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
akhan
Posts: 65
Registered: 08-10-2009

GaugeField - How to implement touch and drag of the scrub bar - 4.7

Using 4.7 API, what would be the best way to implement a touch and drag of the "scrubbar" to the desired location on the GaugeField ?

 

Right now, I captuer the TouchEvent.MOVE and I get the populated x coordinates of the MOVE points.

 

Don't quite know where to go from there

 

Ahmed

 

Please use plain text.
Developer
rcmaniac25
Posts: 1,713
Registered: 04-28-2009
My Carrier: Verizon

Re: GaugeField - How to implement touch and drag of the scrub bar - 4.7

Are you trying to make your own or are you using the current GaugeField?

 

If you are using GaugeField then you just need to make the field as EDITABLE and FOCUSABLE.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.