I’m developing an application on 9900 where both Trackball and touch screen are available.
In my application, I have a screen which contains two buttons, the strange behavior is that:
If I set the focus using the trackball to the second button, and then I touch any empty location in the screen, the change listener of the second button get fired ? I want nothing to happen if the user wrongly clicks empty space and doesn’t touch the second button, how to do this ?
I’m developing an application on 9900 where both Trackball and touch screen are available.
Share
I solved it, for those who are interested, you may use this code in your Image button class: