|
|
|
|
How to disable the touch-and-drag screen feature ?
Posted:
Nov 24, 2009 9:07 AM
|
|
|
Hi everybody,
I am using PhoneME Feature (downloaded from http://www.cs.kuleuven.be/~davy/phoneme/?q=node/10) in a Windwos CE 5 device. I want to know if there is a way to disable the touch-and-drag feature.
I don´t know if this is the technical name so what I need is to let the user scroll the screen only using the scrollbars and not touching the screen and dragging it.
Actually I am facing another problem with the ChoiceGroup. The component don´t catch the pointer pressed event, so it only shows de options of the ChoiceGroup if I enter 'return' (with the focus in the ChoiceGroup). I think if I disable the touch-and-drag this problem can be solved too.
Best regards
Hildebrando
|
|
|
|
|
|
|
Re: How to disable the touch-and-drag screen feature ?
Posted:
Nov 24, 2009 2:32 PM
in response to: hildebrando
|
 |
Correct |
|
|
Disabling the dragging feature is not straightforward as a lot of files were changed about 7 months ago to implement dragging:and gestures
https://phoneme.dev.java.net/source/browse/phoneme?rev=17582&view=rev
Either use an older build, or create a revert patch that undoes the adding of the callDragContent() and calIIsDraggable() and related methods.
Davy
|
|
|
|
|