Hey Guys
Im developing a widget and have come across a compatibility problem between the E52 and the N97. I am trying to make the right menu button goto the "home" view when clicked. On the N97 this works fine, but on the E52, the home screen is shown when the button is held down and once the key is released, the current view shows again. Any idea what I should be doing?
CODE:
function showNewView()
{
....
menu.setRightSoftkeyLabel("Home", showMainView);
.....
}
function showMainView()
{
// Reset softkey to exit
menu.setRightSoftkeyLabel("", null);
uiManager.setView(mainView);
}
My understanding is that the E52 and N97 support the same version of WRT 1.1?
Thx!

Reply With Quote


