How do I make my app prevent the Belle notification pane from being pulled down?
I did a search but I didn't find anything.
Thanks.
How do I make my app prevent the Belle notification pane from being pulled down?
I did a search but I didn't find anything.
Thanks.
just make your app use full screen.This will make your app use the whole screen including the status bar thus the notification pane cannot be pull down
You may want to look at these 2 pages:
https://projects.developer.nokia.com.../wiki/whatsnew
https://projects.developer.nokia.com...ideviceinstall
And example projects:
https://projects.developer.nokia.com...e=1&tab=active
I need more help. I still can't prevent the Belle pulldown bar. In main.cpp I call view.showFullScreen();
How else can I make my app to be more "full screen"?
Thanks for any help
*******
I found the answer! Why is it that I seem to find the answer just after I ask?
May main component is a Window and I ditched the Status Bar and added these two lines of code:
anchors {
top: parent.top
Last edited by CLTSchwarz; 2013-04-04 at 05:30. Reason: Found the answer.