BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   trackwheelClick (http://www.blackberryforums.com/showthread.php?t=9617)

sacramentojoe 06-03-2005 07:20 PM

trackwheelClick
 
I've got my file that Implements TrackwheelListener, KeyListener, FieldChangeListener

in my fiel I have a boolean for the trackwheelClick
which creates the menus. However, when I try to click on my ButtonField, the menu pops up as well. How can I disable the menu from poping up ?
I also extend UiApplication.

Thanks.

eradis 06-04-2005 04:20 AM

The logic is:

if currentFieldWithFocus instanceof ButtonField
return false
else
return true


All times are GMT -5. The time now is 06:55 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.