10-31-2008, 05:09 AM
|
#1 (permalink)
|
| New Member
Join Date: Aug 2008 Model: 8800 PIN: N/A Carrier: AT&T
Posts: 6
Post Thanks: 0 Thanked 0 Times in 0 Posts
| How to operate a ButtonField by 8700's trackwheel Please Login to Remove! by default a CheckboxField and a RadioButtonField are checked or unchecked with the trackball of 8300+
I want to do it with the trackwheel of 8700, or use the space key to checked or unchecked
If anybody knows how to do that, plz post it..
thank u verrrrrrrry much
My code:
RadioButtonGroup rbg = new RadioButtonGroup();
for (int j = 0; j < userVector.size(); j++) {
RadioButtonField r = new RadioButtonField(
((user) userVector.elementAt(j)).name);
}
Last edited by wackerwe : 10-31-2008 at 05:11 AM.
Reason: add code
|
| Offline
| |