View Single Post
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#15
Originally Posted by marmistrz View Post
I think it's what I'm looking for, as I plan to release my programs not only for N900 but for N9 too.

But somehow the hildon status menu is still shown. changing showExpanded() to showMaximized() doesn't work.
I'm not familiar with Fremantle, but on Harmattan PageStackWindow's showStatusBar property should do the trick:

Code:
PageStackWindow
{
    showStatusBar: false
    ...
}
In C++ showFullScreen() should be called.
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post: