Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
Developer
CMY
Posts: 961
Registered: 02-10-2009
My Carrier: Verizon

Re: OS6.0 - no click events only taps?

The Torch does not have SurePress, but the Storm should still keep it. If DOWN/UP will not work for your app, then it will probably never be Torch compatible as the DOWN/UP action also triggers the CLICK/UNCLICK actions, so they are in reality one and the same on the Torch.

Please use plain text.
Developer
JamesColeman
Posts: 265
Registered: 04-24-2009

Re: OS6.0 - no click events only taps?

Thanks for the information.  I was hoping they would have an equavalent "click" guesture for the torch so I wouldn't have to write a THIRD user interface. Major Bummer!

 

I guess we should mark this solved.

 

Thaks Again!

Please use plain text.
Developer
sathibault
Posts: 39
Registered: 08-08-2008

Re: OS6.0 - no click events only taps?

To maintain compatibility, you can check if the device is touchscreen, but not surepress and treat the up event as a click in that case.

 

Please use plain text.
Developer
smiley
Posts: 784
Registered: 07-14-2008

Re: OS6.0 - no click events only taps?

just updating some of my apps and i can not get the click event to work.

 

my app isnt receiving the click event on the Torch sim.

 

anyone have any suggestions? 

 

I'm only doing this

 

 if (eventCode == TouchEvent.CLICK)

{

}

 

Please use plain text.