Quote:
Originally Posted by sam04 hi..i have created new Menu and Screen. i have added this new Menu in exsiting BB application. now i want if i click on Menu , New Screen should display. Can any one send me source code of his?
thanks |
sample code:
addMenuItem(new MenuItem("Open Sample Screen", 0, 100)
{
public void run()
{
_app.pushScreen(_sampleScreen);
}
});