XBROWSE select

XBROWSE select

Postby Silvio.Falconi » Mon Mar 28, 2022 11:37 am

Image

I made
Code: Select all  Expand view
@ 20, 466 XBROWSE  oLbxRuote OF oDlg ;
      SIZE 99,300 PIXEL NOBORDER
      oLbxRuote:SetArray(aRuote)
      oLbxRuote:nMarqueeStyle       := MARQSTYLE_HIGHLROWMS
      oLbxRuote:nColDividerStyle    := LINESTYLE_LIGHTGRAY
      oLbxRuote:lColDividerComplete := .t.
      oLbxRuote:lRecordSelector     := .f.
      oLbxRuote:lHScroll            := .f.
      oLbxRuote:nHeaderHeight       := 20
      oLbxRuote:nRowHeight          := 20
      oLbxRuote:l2007               := .f.
      oLbxRuote:nStretchCol           := -1

      oLbxRuote:aCols[1]:cHeader    := i18n("Ruote")
      oLbxRuote:aCols[1]:nWidth     := 100

      WITH OBJECT  oLbxRuote
         :nRowHeight  := 26
         :lDrawBorder := .t.
         :lHeader     := .f.
         :lVscroll:= .f.
         :lHscroll:= .f.
         :nRecSelColor     :=   CLR_HRED
         :bClrSel          := { || { CLR_BLUE,  ORANGE } }

         :CreateFromCode()
      END
 




To select one rows I must press shift + click on mouse
How I can make to select one rows with only click with mouse ?
at the beginning the xbrowse selects the first row in fact in oLbxRuote: aselected there is allway 1 as you can see

Image

how I can resolve ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
Silvio.Falconi
 
Posts: 7034
Joined: Thu Oct 18, 2012 7:17 pm

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 81 guests