11-08-2009 08:51 PM
So, the problem is that when i popup a dialog screen and i make click on (in example) OK using the trackball, the menu of the main screen is opened on background... So, what i have to do to solve this problem... Thank you and excuse my english!
11-08-2009 08:56 PM
set the CONSUME_CLICK of the ButtonField.
Ex:
ButtonField okButton = new ButtonField("Ok", ButtonField.CONSUME_CLICK);
11-08-2009 10:09 PM
Welcome, your English is fine!
If johnbibs suggestion does not work, can we see the source for your Dialog screen please?