Search found 383 matches: nrgb

Return to advanced search

Re: Another for Btnbmp

... functions like WndBoxClr, where you can specify the brush or pen color. Otto local hPen, oCli := ::GetCliRect() hPen = CreatePen( PS_SOLID, 1, nRGB( 255, 0, 0 ) ) WndBoxClr( ::GetDC(), 1, 1, oCli:nBottom - 2, oCli:nRight - 2, hPen ) DeleteObject( hPen )
by Otto
Tue Mar 26, 2024 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 596

Título listbox

... ), oemtoansi( "Descripci¢n" ) ; // ON dblCLICK (editrubro(olbx,.F.), olbx:Refresh()); ID 181 OF oDlg ; font ofont1 oLbx:nClrBackHead:=nRgb(0,130,250) oLbx:nClrForeHead:=nRgb(0,0,0) oLbx:nClrBackFocus:=nRgb(0,100,255) oLbx:nClrForeFocus:=nRgb(255,255,255) porque no me cambia el color ...
by jpcavagnaro
Thu Nov 09, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Título listbox
Replies: 5
Views: 280

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 309

evitar que se active columna con xbrowse al dar un click

... // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene ...
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: 994

Re: ERROR XBROWSE CON MERGEVERT

... acDatos UPDATE FOOTERS LINES AUTOCOLS CELL olbx1:l2007:=.t. olbx1:gotop() olbx1:bClrStd:={|| aClrCol [ olbx1:keyno%2+1]} olbx1:bClrSel:={|| { nRGB( 0, 0,255), aGradBarSel } } olbx1:bClrSelFocus := { || { CLR_BLACK, aGradBarSelFocus } } olbx1:nColDividerStyle := LINESTYLE_BLACK olbx1:nMarqueeStyle ...
by elmoiquique
Mon Aug 28, 2023 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 483

Re: How To Change Globally GET Text color when it is focused

... , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, ...
by nageswaragunupudi
Sat Aug 12, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: How To Change Globally GET Text color when it is focused

2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) }
3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) }

Same colors for both readonly and read/write?
by nageswaragunupudi
Sat Aug 12, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: Readonly and/or disable GETs background color

... , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, ...
by shrifw
Sat Aug 12, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 830

Re: How To Change Globally GET Text color when it is focused

... , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, ...
by shrifw
Sat Aug 12, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

usando listbox

... 690,350 PIXEL ; ON RIGHT CLICK ShowPop2( BROWSE_TAB3 , nRow, nCol ) on change ( car_mal(),ver_imag() ) VALID .T. WHEN .T. UPDATE COLOR CLR_WHITE,NRGB(255,128,64) ; OF ownd_ticket Espero alguien pueda orientarme estooy perdido
by Peter616
Tue Jul 04, 2023 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando listbox
Replies: 3
Views: 242

Re: Color a Groupbox Frame

... was the color of the text and the text color works fine .. REDEFINE GROUP oGrp1 ID 196 of oPark oGrp1:SetFont( oFontB ) oGrp1:nClrText := ( nRgb(7,7,224) ) Still unable to change the color of the Group Box frame :( Rick Lipkin
by Rick Lipkin
Fri Jun 09, 2023 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1121

Re: SAY dentro de BUTTOMBAR??

... colores del boton al pasar por el, los segundor // array marcan el gradient de la barra oBar:bClrGrad := { | lPressed | If( ! lPressed, ; { { 1, nRGB( 123, 183, 164 ), nRGB( 151, 164, 174 ) } }, ; { { 1, nRGB( 166, 238, 253 ), nRGB( 185, 168, 49 ) } } ) } return oBar *------------------------------------------------------------------------------------------------------------------// ...
by José Camilo
Sat Jun 03, 2023 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SAY dentro de BUTTOMBAR??
Replies: 4
Views: 205

Help for xbrowse report bSetUp

... % 2 =1 , oRep:lShadow :=.f.,oRep:lShadow :=.t.))} if n == 2 oRep:oShdBrush := TBrush():New(,nRgb(219,229,241)) oRep:bInit := bInit oRep:bSkip := bSkip oRep:bStartPage := bImage oRep:CellView() oRep:Shadow() return nil endif return 2 >
by Silvio.Falconi
Sat Mar 18, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for xbrowse report bSetUp
Replies: 3
Views: 375

Re: Bad look btnbmp disable()

... aBru[ 1 ]:hBrush ) }   oBtn:disable()  RETURN NIL  another types Horizontal SetBrush( "HORIZONTAL", nRGB( 0, 255, 0 ) ) Vertical SetBrush( "VERTICAL", nRGB( 20, 30, 40 ) ) FDiagonal SetBrush( "FDIAGONAL", nRGB( 255, 0, 35 ) ) BDiagonal ...
by Silvio.Falconi
Thu Mar 09, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 713

Re: Brush on btnbmp with color

... oDlg NOROUND 2007 aBtnBrow[1]:bClrGrad := { |lInvert| If( lInvert, aBru[ 2 ]:hBrush, aBru[ 1 ]:hBrush ) } WITH OBJECT aBtnBrow[1] :nClrBorder := nRgb(218,214,179)// border color :bColorMap := { || { { nRgb( 245,244,234), nRgb(218,214,179) } } } // image color END jajajaja, habla con el señor ...
by Silvio.Falconi
Fri Mar 03, 2023 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on btnbmp with color
Replies: 8
Views: 672
Next

Return to advanced search