Tuesday, June 29, 2010

Mobile Development Tips: Blackberry Application Development

Problem: ButtonField changelistener displays the standard menu (Show Keyboard, Switch Application, Close)

Solution: In the construction of the button field, use the CONSUME_CLICK style.
Eg: ButtonField mybutton = new ButtonField( "My", ButtonField.CONSUME_CLICK );

No comments: