01-26-2010 10:14 AM
Hi. I have an application that uses a List to show a Menu. As you know, if I press the scroll button, I get a menu where I can get to see the available commands. However, I want to know if I can use the scroll button as a Select command, I mean, if I select an option and I press the scroll button, I don't get a Menu, but the option I'm selecting gets executed. Thanks in advance!
01-26-2010 10:23 AM
Just override navigationClick(int status, int time) in Screen and use List.getSelectedIndex().
I would recommend you to read common part of Developers Guide before starting development.