Hi,
In my application I am trying to use a listbox in full screen mode without the status pane. I set fullscreen mode in the rss file using the following code
RESOURCE EIK_APP_INFO r_application_journey_app_ui
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
status_pane = r_application_status_pane;
}
RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
{
layout = R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
}
This makes the status pane disappear and the listbox starts from the top of the screen. However, there is a white bar at the bottom of the listbox. How do I make the listbox stretch to the full screen? The height of the white bar appears to be similar to that of the status pane.
Any insight would be very much appreciated.
thanks

Reply With Quote


