-xbrowse not run correcly on a touchscreen

Post Reply
User avatar
Silvio.Falconi
Posts: 7232
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 16 times

-xbrowse not run correcly on a touchscreen

Post 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 ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
MGA
Posts: 1269
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: -xbrowse not run correcly on a touchscreen

Post by MGA »

Hello Silvio, try
oBrw:lHoverSelect := .t.
ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
User avatar
Silvio.Falconi
Posts: 7232
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 16 times

Re: -xbrowse not run correcly on a touchscreen

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Jimmy
Posts: 1742
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: -xbrowse not run correcly on a touchscreen

Post 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
greeting,
Jimmy
User avatar
Silvio.Falconi
Posts: 7232
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 16 times

Re: -xbrowse not run correcly on a touchscreen

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply