09-14-2012 04:02 AM
Can application menu be created from QML file (as QMLDocument)?
Thanks
Solved! Go to Solution.
09-14-2012 05:18 AM
nrjg wrote:
Can application menu be created from QML file (as QMLDocument)?
Thanks
only from c++ yet
but it's easy to do and then you can have tha Pages in QML
take a look at my OpenDataSpace project at Github
you'll find the code to create the SystemMenu in opendataspaceapp.cpp and then some qml pages like "FeedbackSheet.qml", "PreferencesSheet.qml"...
hope it helps
09-14-2012 05:39 AM
As I understand in this case we just "emulate" application menu by using some pane, but it is not "native menu" which can be accessible by swipe down.
Thanks anyway for quick and useful answer.
09-14-2012 05:51 AM
nrjg wrote:
As I understand in this case we just "emulate" application menu by using some pane, but it is not "native menu" which can be accessible by swipe down.
Thanks anyway for quick and useful answer.
this is NOT an emulation
it's the native swipe-down-menu
take a look at this video running my app or download from AppWorld
In Beta2 there's a bug: works only in Portrait but I already have submitted an Issue
ekke
09-14-2012 05:59 AM
Oh, thank for explanation
09-14-2012 07:49 AM
If you want the code for application menu in c++. Here is the link where it describe how to set that.
http://supportforums.blackberry.com/t5/Cascades-De
11-02-2012 09:19 AM
11-02-2012 01:53 PM
11-05-2012 03:49 AM
11-05-2012 07:31 AM