08-19-2010 11:19 AM
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
08-20-2010 10:27 PM
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.