-xbrowse not run correcly on a touchscreen
Posted: Mon Mar 17, 2025 8:56 pm
I made a counter with a BtnBmp and I change the text of the record with
if I use the vertical scroll the counter works (it scrolls through the records)
If I use my finger because I'm using a touchscreen I can scroll through the records but the counter doesn't change
see this video Please

how is this possible ?
do i have to use another command ?
Code: Select all | Expand
WITH OBJECT oBrw
:bChange := {|| RefreshCont(aBtnBrow[4], oBrw)}
:lHScroll := .F.
:CreateFromCode()
END
If I use my finger because I'm using a touchscreen I can scroll through the records but the counter doesn't change
see this video Please

how is this possible ?
do i have to use another command ?