Search found 305 matches: marqstyle

Return to advanced search

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2012

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

Estimados Amigos, espero que estén bien, tengo el siguiente problema, estoy trabajando con xbrowse, en una lectura de una tabla con unos 10 campos, el punto es que cuando hago click sobre el campo codigo se ordena por el, luego hago click sobre el campo nombre, hace exactamente lo ordena de forma as...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

Estimados Amigos, espero que estén bien, tengo el siguiente problema, estoy trabajando con xbrowse, en una lectura de una tabla con unos 10 campos, el punto es que cuando hago click sobre el campo codigo se ordena por el, luego hago click sobre el campo nombre, hace exactamente lo ordena de forma as...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1077

Re: xbrowse multiselect cell

Hi to all, my problem, in my xbrowse I have oBrw:nMarqueeStyle  := MARQSTYLE_HIGHLCELL  and I'd like multiselect cell with CTRL + mouse click like xbrowse multiselect when :nMarqueeStyle := MARQSTYLE_HIGHLROWMS  how can I do it? thank you (xHarbour 17.09) First Shift-Click on the current row or any...
by nageswaragunupudi
Mon Sep 05, 2022 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multiselect cell
Replies: 2
Views: 343

Re: no sizing the column of xbrowse

Hello Silvio, maybe you look for: oBrw:lAllowColSwapping := .f. Best regards, Otto Please I wrote on my config I have allready WITH OBJECT oBrw :nRowHeight := 27 :nClrBorder := CLR_GRAY :lDrawBorder := .t. * :nColorBox := CLR_HRED :lHscroll := .f. :lVscroll := .f. :l2007 := .f. :l2015 := .f. :lAllo...
by Silvio.Falconi
Thu May 12, 2022 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 446

Re: problem with xbrowse first row -resolved

resolved


:nMarqueeStyle := MARQSTYLE_NOMARQUEE
by Silvio.Falconi
Wed May 11, 2022 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with xbrowse first row resolved
Replies: 5
Views: 378

Re: Fwteam - Xbrowse too slow

I tested it on Hp Computer win Windows Seven and NOT run fast I changed only the :nMarqueeStyle into MARQSTYLE_HIGHLROWMS as you can see here: the vertical scroll could work however the vertical scroll could work however when I go to see the last column it shows me only three columns while the fourt...
by Silvio.Falconi
Thu Apr 14, 2022 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: Fwteam - Xbrowse too slow

nageswaragunupudi wrote:Do not use MARQSTYLE_HIGHLWIN7


I did not realyse that some settings can slow down Xbrowse. In my case always dbf's.

Are there more settings to consider turning off ?

What are the best settings (to change) for best speed ?
by Marc Venken
Wed Apr 13, 2022 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: Fwteam - Xbrowse too slow

Do not use MARQSTYLE_HIGHLWIN7
by nageswaragunupudi
Wed Apr 13, 2022 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: xbrowse multi select

nageswaragunupudi wrote:Do not use :SetMultiSelectCol()
Instead set marqueestyle to MARQSTYLE_HIGHLROWMS

thanks

but How I can make to select ?
I need to select one or more rows
by Silvio.Falconi
Sat Mar 26, 2022 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multi select
Replies: 3
Views: 405

Re: xbrowse multi select

Do not use :SetMultiSelectCol()
Instead set marqueestyle to MARQSTYLE_HIGHLROWMS
by nageswaragunupudi
Sat Mar 26, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multi select
Replies: 3
Views: 405

Re: xbrowse multi select

OK ...Now I change the style oLbxRuote:nMarqueeStyle := MARQSTYLE_HIGHLROW

Image


NOW RUN

But I wish to not have the first column ( checkbox ) , How I can do ?
by Silvio.Falconi
Sat Mar 26, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse multi select
Replies: 3
Views: 405

Re: Colorized cell of xbrowse

If I use
:nMarqueeStyle := MARQSTYLE_HIGHLWIN7
the n I not see the right color

How I can to hav the bar nmarquee on only first column ?
by Silvio.Falconi
Tue Mar 08, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1278

Re: Colorized cell of xbrowse

oCol:bClrStd := ChangeColor( oBrw, i )  Nages, give me error WITH OBJECT oBrw :nRowHeight := 22 :nClrBorder := CLR_GRAY :lDrawBorder := .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowS...
by FranciscoA
Mon Mar 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1278

Re: Colorized cell of xbrowse

oCol:bClrStd := ChangeColor( oBrw, i )  Nages, give me error WITH OBJECT oBrw :nRowHeight := 22 :nClrBorder := CLR_GRAY :lDrawBorder := .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowS...
by Silvio.Falconi
Sun Mar 06, 2022 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1278
Next

Return to advanced search