Editing the App screen

Login to reply to this topic.
Mon, 2008-07-14 08:18
Joined: 2008-03-06
Forum posts: 15

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


Mon, 2008-07-14 11:47
Joined: 2007-06-16
Forum posts: 52
Re: Editing the App screen

ya..you have to create your own API to parse the html and display the data.

ThanX&Regards
vijay


ready to face

Mon, 2008-07-14 12:31
Joined: 2008-03-06
Forum posts: 15
Re: Editing the App screen

But how do u edit the status pane as shown in the image.

thanks

Mon, 2008-07-14 13:44
Joined: 2007-06-21
Forum posts: 48
Re: Editing the App screen

hi,

If you want to hide the status pane use this

CEikStatusPane* sp = iEikonEnv->AppUiFactory()->StatusPane();
sp->MakeVisible(EFalse);

Sri......

Mon, 2008-07-14 14:20
Joined: 2008-03-06
Forum posts: 15
Re: Editing the App screen

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.

  • Login to reply to this topic.