FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour -xbrowse not run correcly on a touchscreen
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
-xbrowse not run correcly on a touchscreen
Posted: Mon Mar 17, 2025 08:56 PM
I made a counter with a BtnBmp and I change the text of the record with
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



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
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: -xbrowse not run correcly on a touchscreen
Posted: Tue Mar 18, 2025 12:38 PM

Hello Silvio, try

oBrw:lHoverSelect := .t.

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: -xbrowse not run correcly on a touchscreen
Posted: Wed Mar 19, 2025 07:53 PM
MGA wrote: 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
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: -xbrowse not run correcly on a touchscreen
Posted: Thu Mar 20, 2025 10:28 AM
hi Silvio,
Silvio.Falconi wrote: 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 :
greeting,

Jimmy
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: -xbrowse not run correcly on a touchscreen
Posted: Thu Mar 20, 2025 12:04 PM
Jimmy wrote: hi Silvio,
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 :
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

Continue the discussion