WebOSDev - Programming has just evolved

The online blog for the webOS developer community you can find everything you need here to get a strong start developing applications for the webOS platform

Activating one app menu for all the scenes

Posted by codesos Tuesday, November 3, 2009 0 comments
Want to define one app menu , Handle it once but acrivate it from all scenes? Here is the way 1. Define the  menue modal and att as globals in the stage scene glob = {}; glob.MenuAttr = {omitDefaultItems: true}; glob.appMenuModel = {                visible: true,                items: [                           ...