11-07-2009 02:02 PM
I just tried creating a editable GaugeField on my BlackBerry Storm, I used the EDITABLE constant and made sure there is enough room to select it. It doesn't work, does a interactive GaugeField only work on non-touchscreen devices?
If so has anyone modified the GaugeField so it will work on a touchscreen device?
Else what might I be doing wrong?
Solved! Go to Solution.
11-07-2009 06:39 PM
Has anyone ever editable GaugeFields on the BlackBerry Storm?
11-10-2009 10:22 PM
I realized thought about how it might be possible to make this interactive and realized that as a last measure before modifying the TouchEvent code should be trying to make the Gauge focusable because it doesn't seem to get focus. Added Field.FOCUSABLE and it worked.