SecondMenu removing MenuItem

3 messages - 78 views

I have explained the couse of it in the last post in the thread

http://www.kalmeo.org/forum/topic/187/secondmenu-widget-won-t-hide/1

 

This bug was fixed on SVN.

And a new feature was added to change dynamicly menus at runtime : Kuix.loadMenuContent(Menu, String, DataProvider).

To change ScreenFirstMenu content, simply do something like this :

Kuix.loadMenuContent(myScreen.getFirstMenu, "myMenu.xml", null);

this is greate!