Editing the App screen
| Mon, 2008-07-14 08:18 | |
|
Hi, http://img2.freeimagehosting.net/image.php?043624fd53.jpg The above pic shows the native browser of the phone and my application browser. i want my application browser to look exactly the same as of the native browser. Is it possible to achive this? Thanks |
|






Forum posts: 52
ya..you have to create your own API to parse the html and display the data.
ThanX&Regards
vijay
ready to face
Forum posts: 15
But how do u edit the status pane as shown in the image.
thanks
Forum posts: 48
hi,
If you want to hide the status pane use this
CEikStatusPane* sp = iEikonEnv->AppUiFactory()->StatusPane();
sp->MakeVisible(EFalse);
Sri......
Forum posts: 15
Hiding the status pane is not a problem, I am able to do it. but want to reduce the size of the status pane. say if the height of the pane is 40 i want to make it to 20.