07-20-2010, 02:44 AM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: May 2009 Model: 8800 PIN: N/A Carrier: NOT SURE
Posts: 33
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Disable Button Please Login to Remove! Hi,
- I am using blackberry JDE 4.7.0.41. I have implemented below code to my application, but button clickable action is there. Please give any suggestion.
code:
clkbtn = new ButtonField("Clik",ButtonField.CONSUME_CLICK|Butto nField.FIELD_LEFT);
clkbtn.setChangeListener(listenprevbtn);
clkbtn.setEditable(false);
- How to disable button click action.
Thanks,
Baskar |
| Offline
| |