Search found 388 matches: nrgb

Return to advanced search

Re: colorize HEader and selector

Marc Venken wrote:oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ) } }

You need nRGB


Yes but I need selector column color
by Silvio.Falconi
Wed Oct 23, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 272

Re: colorize HEader and selector

oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ) } }

You need nRGB
by Marc Venken
Tue Oct 22, 2024 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize Header and selector
Replies: 5
Views: 272

Re: focus on folderex navigating between gets

José,

> note: focus color do not works on MEMO.

TMultiGet():SetColorFocus( nRGB( 255, 255, 0 ) )
by Antonio Linares
Thu Oct 10, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: focus on folderex navigating between gets
Replies: 9
Views: 398

Re: Bug en TGroup

... 130 of oDlg1 color RGB(128,0,0),oDlg1:nClrPane TRANSPARENT Y también con codigo: @ 6,6 GROUP TO 20,60 LABEL "&Acceso" of oDlg2 color nRGB(128,0,0),oDlg2:nClrPane TRANSPARENT Todavia no se como insertar imagenes para mostrarlo mejor :oops: Gracias de Antemano Carlos Ladron de Guevara ...
by cladron
Tue Sep 03, 2024 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug en TGroup
Replies: 13
Views: 1457

BTNBMP MenuPop

... LEFT TOOLTIP "Salir de la pantalla" NOBORDER ROUND ; OF oDlgm GRADIENT { || {{ 1, RGB( 0, 128, 128 ), nRgb(0, 128, 128 ) }} } ; ACTION aAct1 MENU ACTION MenuPop() Muchas gracias
by EASYSOFT
Tue Aug 27, 2024 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BTNBMP MenuPop
Replies: 18
Views: 2159

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... := .T. :lColDividerComplete := .T. :SetGroupHeader( 'Jornada', 5,6, oFont ) :SetGroupHeader( 'Refrigerio', 7,8, oFont ) :bClrHeader := {|| { nRGB(000,000,000), METRO_EXCEL1 } } :bClrSel := { || { CLR_BLACK, CLR_HGRAY } } :bClrStd = { || If( oBrw:KeyNo() % 2 == 0,{CLR_BLACK, RGB( 198, 255, ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 4357

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

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

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

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

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: 14
Views: 3349

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: 14
Views: 3349

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

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: 14
Views: 3349

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: 334
Next

Return to advanced search