07-11-2007, 11:57 AM
|
#1 (permalink)
|
| New Member
Join Date: Jul 2007 Model: 7290 PIN: N/A Carrier: att
Posts: 10
Post Thanks: 0 Thanked 0 Times in 0 Posts
| TrackWheelClick Please Login to Remove! For my MIDlet, I've implemented a class to use the TrackWheelListener to create a Menu on the fly. I'm able to display my custom Menu and control it via the TrackWheelClick() method ovveride. However, all the items in the menu only works as it should if I use the enter key. If I use the click event to trigger the menu item by returning false, it works the first time it is instantiated. On a following screen, when I trigger a new menu, but when i select an item it triggers another menu on top of the current menu. If I make the click method return true after clicking while the menu is displayed, nothing happens. Any help or insight would be appreciated. Also, I notice that if you have a Menu displayed and a click event come in to select the menu item, the menu item is always null. It seems like there i not a way to get the selected menu item on the click. |
| Offline
| |