Search found 28 matches: nrecselcolor

Return to advanced search

Get e xBrowse

... { || If(( oBrw:cAlias)->(OrdKeyNo()) % 2 == 0, ; { CLR_BLACK, RGB( 224, 236, 255 ) }, ; { CLR_BLACK, RGB( 189, 211, 253 ) } ) } oBrw:nRecSelColor := CLR_WHITE //RGB(238,232,170) //(135,206,235) //(127,255,212) // oBrw:lHScroll:= .f. // oBrw:bChange:= {||oGet[nI]:=(cAlias)->Nome,oDlg:Refresh() ...
by Romano
Sun Jan 30, 2011 4:28 pm
 
Forum: All products support
Topic: Get e xBrowse
Replies: 0
Views: 578

Re: strange error on xbrowse

... for the sort oCol:nWidth :=40 WITH OBJECT oApp():oGrid :nMarqueeStyle = 7 // MARQSTYLE_HIGHLWIN7 // for Windows 7 style :nFreeze :=3 :SetRDD() :nRecSelColor = 15512898 // :bClrStd := { || Colores(oDVds) } // :bClrSelFocus = { || { 0, DARKCYAN } } // :bClrSel ={ || { 0, DARKCYAN } } :bChange ...
by Silvio
Thu Jan 13, 2011 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error on xbrowse
Replies: 4
Views: 989

Consulta Xbroser

Anexo el codigo cuando genero la consulta con xbrowse no pinta la esquina del titulo. deberia pintarla con el color que se define con oLbx:nRecSelColor := 16745090    oLbx := TXBrowse():New( oDlgbrow )    oLbx:CreateFromResource( 4001 )    ...
by ruben Dario
Tue Aug 24, 2010 10:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Xbroser
Replies: 0
Views: 361

Missing xBrowse oLbx:lHScroll / oLbx:lVScroll in FWH 10.2 ?

... | WS_TABSTOP With 10.1 it was OK. Any Changes needed ? oLbx70:bClrSelFocus = { || { 0, 16512957 } } oLbx70:bClrSel = { || { 0, 10853885 } } oLbx70:nRecSelColor = 15512898 Doesn't work anymore : oLbx70:lHScroll := .T. oLbx70:lVScroll := .T. oLbx70:lFooter := .T. oLbx70:nRowHeight := 25 oLbx70:nFooterHeight ...
by ukoenig
Thu Feb 25, 2010 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing xBrowse oLbx:lHScroll / oLbx:lVScroll in FWH 10.2 ?
Replies: 9
Views: 2223

Re: Turn off Horizontal Scrole bar on xBrowse

... ) oLbx3:nMarqueeStyle := MARQSTYLE_HIGHLROW oLbx3:nColDividerStyle := LINESTYLE_BLACK oLbx3:nRowDividerStyle := LINESTYLE_BLACK oLbx3:nRecSelColor = 15512898 oLbx3:bClrSelFocus = { || { 16777215, 15512898 } } oLbx3:bClrSel = { || { 16777215, 15512898 } } oLbx3:SetArray( aBRCOLOR ) ...
by ukoenig
Thu Jul 30, 2009 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Turn off Horizontal Scrole bar on xBrowse
Replies: 2
Views: 615

Re: Bitmap in xBrowse

#define DARKCYAN nRGB( 125, 165, 224 ) oApp():oGrid:nRecSelColor = 15512898 // Selected Row Black on White oApp():oGrid:bClrSelFocus = { || { 0, DARKCYAN } } // LostFocus Black on White oApp():oGrid:bClrSel ={ || { 0, DARKCYAN } } http://img243.imageshack.us/img243/6773/bargoodmu6.png
by Silvio
Wed Feb 04, 2009 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xBrowse
Replies: 14
Views: 3009

Re: Bitmap in xBrowse

... := LINESTYLE_BLACK oApp():oGrid:nRowDividerStyle := LINESTYLE_FORECOLOR oApp():oGrid:nMarqueeStyle := MARQSTYLE_HIGHLROW oApp():oGrid:nRecSelColor = 15512898 // Selected Row Black on White oApp():oGrid:bClrSelFocus = { || { 0, nRGB( 238, 152, 25 ) } } // LostFocus Black on White oApp():oGrid:bClrSel ...
by Silvio
Tue Feb 03, 2009 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xBrowse
Replies: 14
Views: 3009

We can set recsel color initially, by assigning the desired color to oBrw:nRecSelColor.

But we can not change it during runtime, unless the xbrowse.prg is changed suitably.
by nageswaragunupudi
Sat Aug 30, 2008 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibl., a color for < hBrushRecSel > in xBrowse ?
Replies: 1
Views: 449

Possibl., a color for < hBrushRecSel > in xBrowse ?

Hello, i wanted to change the Background of the aktive record of the Record-selector < hBrushRecSel >, but it uses the basic-color of < nRecSelColor > In the xBrowse-class, i changed as a test < hBrushRecSel > to 128 ( Red ) After that, the complete record-selector-column was ...
by ukoenig
Sat Aug 30, 2008 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibl., a color for < hBrushRecSel > in xBrowse ?
Replies: 1
Views: 449

A problem in xBrowse with => oBrw:nRecSelColor

... NEW_SELCOL(), ; // new selected color oLbx0:SetBackGround( ), ; // tested erase background ( doesn't help ) oLbx0:nRecSelColor := SELCOLOR, ; // new Color for record select oLbx0:Refresh() } http://www.pflegeplus.com/pictures/setting5.jpg ...
by ukoenig
Wed Aug 27, 2008 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem in xBrowse with => oBrw:nRecSelColor
Replies: 4
Views: 876

Preview

... PS_SOLID, BR_PEN, CLR_BLACK ) http://www.pflegeplus.com/pictures/xbrtools20.jpg Page 3 = Data- part ----------------------- oBrw:nRecSelColor = 15512898 oBrw:bClrSelFocus = { || { 16777215, 15512898 } } oBrw:bClrSel = { || { 16777215, 15512898 } } Testing Data-font http://www.pflegeplus.com/pictures/xbrtools19.jpg ...
by ukoenig
Sun Aug 17, 2008 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse-Tools => Download Vers. 1b and Infos
Replies: 7
Views: 1782

It would look even better if oBrw:nRecSelColor is assigned a suitable green color to match with the headers and footers
by nageswaragunupudi
Sun Jul 27, 2008 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: User defined gradient colors FWH 8.07
Replies: 11
Views: 2145

found !!!!!!!!!

I made this command
oApp():oGrid:nRecSelColor := {|| { CLR_WHITE, RGB(24, 116, 205) } }
it make now also the recsel ( on the left) with black background

Dear Antonio,

is there a bug sure !
by Silvio
Wed Mar 05, 2008 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dear Antonio : ERROR graphics on xbrowse header
Replies: 8
Views: 1743
Previous

Return to advanced search