Hi all,
Is it possible via code to launch / bring to foreground the drop down menu (On Nokia Belle)?
Many thanks in advance.
Hi all,
Is it possible via code to launch / bring to foreground the drop down menu (On Nokia Belle)?
Many thanks in advance.
Nokia Asha applications [Price Point Policy] [Unlimited Updates] [Suggestions]: http://www.developer.nokia.com/Community/Discussion/showthread.php?240423-Nokia-Asha-applications-Price-Point-Policy-Unlimited-Updates-Suggestions
AFAIK there are no public APIs available for it.
Is there a way to disable the drop down menu in Nokia Belle??
Or is it OS specific and can't be done?
if there is no API, I would also assume that you can not disable it.
But in some apps and games i have observed that drop down box is disabled..
i thought some API is available..
Is there any other way around to solve this??
Is your application running in full-screen mode?
I would also assume that if you do not have status panel, user would not be able to get the drop-down thing appearing, so do you mean that it would still work when your application is not having status panel and it indeed takes the whole screen ?
Sorry, The app has status bar in it..
So you mean to tell that if the app has status bar then drop down box can be disabled?
I only need the status bar at bottom to show the options in app and exit button for quitting..
How to remove the status bar on the top??
You could try this with your resource file:
RESOURCE EIK_APP_INFO
{
....
status_pane = r_status_pane_empty;
..
}
RESOURCE STATUS_PANE_APP_MODEL r_status_pane_empty
{
layout = R_AVKON_STATUS_PANE_LAYOUT_EMPTY;
}
Thanks..
I will try and get back to you..
Got tied up with some other work.. sorry for the late response
I have tried it.. but with no success..
Any other solution??
So can you explain what did you try exactly, and what was the behavior you would expect, and then what was the behavior you experienced instead happening ?
I made changes as per your suggestion in the RSS file. Earlier i used it just to display my app name..
I expected pane to be not visible on app loading - hence do not get drop down screen..
but the pane was still visible and drop down menu was there still
basically the code should take the status panel away, and if it does not do so, then I'm out of ideas.