Probably a very easy problem to solve, but: I am struggling to set the theme of a custom menu. I tried like this:
var mainMenu = new WatchUi.CustomMenu(75, Graphics.COLOR_WHITE, {
:focusItemHeight=>75,
:focus=>0,
:title=>new $.MainMenuTitle(),
:footerItemHeight=>80,
:theme=>1 // This is theme
});
But this always fails to compile. Could anyone please help?