Page 1 of 1

-xbrowse not run correcly on a touchscreen

Posted: Mon Mar 17, 2025 8:56 pm
by Silvio.Falconi
I made a counter with a BtnBmp and I change the text of the record with

Code: Select all | Expand

WITH OBJECT oBrw
      :bChange := {|| RefreshCont(aBtnBrow[4], oBrw)}
      :lHScroll := .F.
      :CreateFromCode()
   END
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

Image

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

Re: -xbrowse not run correcly on a touchscreen

Posted: Tue Mar 18, 2025 12:38 pm
by MGA
Hello Silvio, try
oBrw:lHoverSelect := .t.

Re: -xbrowse not run correcly on a touchscreen

Posted: Wed Mar 19, 2025 7:53 pm
by Silvio.Falconi
MGA wrote: Tue Mar 18, 2025 12:38 pm Hello Silvio, try
oBrw:lHoverSelect := .t.
Sorry not run ok here I use a lenovo Ideapad Miix 320 10 inch

Re: -xbrowse not run correcly on a touchscreen

Posted: Thu Mar 20, 2025 10:28 am
by Jimmy
hi Silvio,
Silvio.Falconi wrote: Wed Mar 19, 2025 7:53 pm Sorry not run ok here I use a lenovo Ideapad Miix 320 10 inch
did you run the App under Windows 10 ?

have you try Mouse Option : Image

Re: -xbrowse not run correcly on a touchscreen

Posted: Thu Mar 20, 2025 12:04 pm
by Silvio.Falconi
Jimmy wrote: Thu Mar 20, 2025 10:28 am hi Silvio,
Silvio.Falconi wrote: Wed Mar 19, 2025 7:53 pm Sorry not run ok here I use a lenovo Ideapad Miix 320 10 inch
did you run the App under Windows 10 ?

have you try Mouse Option : Image
Image