I can't select item in scrollList
As I understand, TouchGFX uses l this algorithm:
-if I touch to screen and move finger - list is scrolling
-if I touch to screen and do not move - item under finger go selected.
I check it on 746GDiSCO - works very well.
But when I put scrollList to 1024x600 display, I got problem. Touchscreen of this display is very sensitive - very little touch to screen make moving list to 1-2 pixels. And scrollList1ItemSelectedHandler () not starts. It very difficult to touch to screen and do not moving.
I don't wan't to decrease touchscreen sencsitive
It will be god form me, if scrollList1ItemSelectedHandler will start regardless of movement, so that the touch calls scrollList1ItemSelectedHandler even when the finger moves
How to do it?
Sorry for bad English.
