Search found 15 matches: highlrowrc

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: 1963

Re: pintar filas en xbrowse multiselect

WITH OBJECT oBrw :lDisplayZeros := .F. :nMarqueeStyle := MARQSTYLE_HIGHLROWRC :lMultiSelect := .t. :nStretchCol := STRETCHCOL_WIDEST :bClrStd := {|| { RGB(0,0,0),colores( aItems[ oBrw:nat, 4 ] ) } } :lColDividerComplete := .T. :lAllowColHiding := .F. :lRecordSelector := .F. END WITH
by Manuel Aranda
Thu May 21, 2020 9:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: pintar filas en xbrowse multiselect- SOLUCIONADO-
Replies: 4
Views: 736

xBrowse - oBrw:nMarqueeStyle

Hello, Today I tested the different MARQSTYLE styles. Best regards Otto xBrowse.ch #define MARQSTYLE_NOMARQUEE 0 #define MARQSTYLE_DOTEDCELL 1 #define MARQSTYLE_SOLIDCELL 2 #define MARQSTYLE_HIGHLCELL 3 #define MARQSTYLE_HIGHLROWRC 4 #define MARQSTYLE_HIGHLROW 5 #define MARQSTYLE_HIGHLROWMS 6 #defin...
by Otto
Wed Nov 21, 2018 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - oBrw:nMarqueeStyle
Replies: 0
Views: 571

Richedit how to highlight a defined word in memofields ?

Hello, I want to highlight a defined word inside a memofield from a selected record in xbrowse. Maybe a solution using < At > and < Textout > :?: @ 10,20 XBROWSE oBrw SIZE 580, -75 PIXEL OF oDlg ; COLUMNS "TOPICNO", "FORUM", "LIKE", "T_DELETE", &qu...
by ukoenig
Tue Feb 06, 2018 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8223

New FTDN April/Abril 2016 (FWH 16.04)

April 2016 ========== * New function Toast( cFirstLine, cSecondLine, cThirdLine, cImageFileName ) --> nil to show standard Windows 10 toasts notifications! Please review samples\toastb.prg * Enhancement: MsgSplash() and MsgLogo() now do not require freeimage.dll for non bmp images. MsgLogo() now ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7570

Re: New useful addition to xBrowse

Many of my clients said, that the active cell for edit not so clearly visible (depending from MARQSTYLE). I am sure you know already but it is worth repetition. In case of Browses with inline edit, it is essential that the user always clearly sees which cell has the focus (i.e, the cell that is rea...
by nageswaragunupudi
Tue Mar 01, 2016 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New useful addition to xBrowse
Replies: 2
Views: 768

New FTDN February 2016 (FWH 16.02)

February 2016 ========= * Fix: Say.prg: Say with picture clause created on dialog is not displayed correctly, since FWH15.09. Fixed. Similary Say with picture clause is not displayed correctly if oSay:VarPut() is used. Fixed. * Enhancement: function cFileSubDir() now support UNC paths and does not r...
by Antonio Linares
Tue Mar 01, 2016 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2016 (FWH 16.02)
Replies: 2
Views: 1308

Re: Posible bug en Xbrowse

Gus; Fijate que si no incluis :nMarqStyle, por defecto te aparece pintada toda la linea. No obstante, los distintos valores que dan el efecto son: #define MARQSTYLE_HIGHLROWRC 4 #define MARQSTYLE_HIGHLROW 5 #define MARQSTYLE_HIGHLROWMS 6 #define MARQSTYLE_HIGHLWIN7 7 Quizás te ocurrió el no menos fa...
by MarioG
Tue Aug 12, 2014 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible bug en Xbrowse
Replies: 21
Views: 3648

Re: xBrowse - Fila Seleccionada

Mario, sugiro testar cada um para ver as diferenças: #define MARQSTYLE_NOMARQUEE 0 #define MARQSTYLE_DOTEDCELL 1 #define MARQSTYLE_SOLIDCELL 2 #define MARQSTYLE_HIGHLCELL 3 #define MARQSTYLE_HIGHLROWRC 4 #define MARQSTYLE_HIGHLROW 5 #define MARQSTYLE_HIGHLROWMS 6 #define MARQSTYLE_HIGHLWIN7 7
by MGA
Fri Oct 28, 2011 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Fila Seleccionada
Replies: 12
Views: 1765

ERROR In xBrowse 10.4

Hello all, There's a runtime error on xBrowse Line# 9179 with these condition: line:9178 to 9179 ...           if ::lBtnTransparent              ::oBtnElip:SetColor( aColors[ 1 ],aColors[ 2 ] )...  In my .prg ... aRowGrad := { { .5, RGB( 232, 241, 252 ), RGB...
by fraxzi
Thu May 13, 2010 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR In xBrowse 10.4
Replies: 1
Views: 464

Mr JC > liked very much this style of selected row on xBrowse! It is the MARQSTYLE_HIGHLROWRC style, but when I try to use this style into my application... it don't have the same effect! > Answer to your question is in the testxbrw3.prg source itself. oBrw:bClrRowFocus := { || &...
by JC
Mon Aug 18, 2008 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3503

Mr JC > liked very much this style of selected row on xBrowse! It is the MARQSTYLE_HIGHLROWRC style, but when I try to use this style into my application... it don't have the same effect! > Answer to your question is in the testxbrw3.prg source itself. oBrw:bClrRowFocus := { || &#...
by nageswaragunupudi
Sat Aug 16, 2008 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3503

Lines in xBrowse

Hello, No problem, only Gradients for Header and Footer you cannot use in FWH 8.06 The Line-preview, you can use in FWH 8.06 as well. There is no change. The source you can copy and past from the field < background and styles >. You can mix all settings, until you think it is ok. I will finish...
by ukoenig
Sat Aug 16, 2008 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3503

xBrowse with MARQSTYLE_HIGHLROWRC?

Dear Antonio and friends! I liked very much this style of selected row on xBrowse! It is the MARQSTYLE_HIGHLROWRC style, but when I try to use this style into my application... it don't have the same effect! Why don't? Please, someone have a tip for me? The xBrowse with MARQSTYLE_HIGHLROWRC into SAM...
by JC
Sat Aug 16, 2008 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3503

Blinking current row in xBrowse

Hello!

How to blink or make it blinking the xbrowse current row on ::nMarqueeStyle := MARQSTYLE_HIGHLROWRC :?:


Has any one with working code?

Thanks and regards,
by fraxzi
Fri Jun 06, 2008 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blinking current row in xBrowse
Replies: 3
Views: 766

Return to advanced search