Search found 383 matches: nrgb

Return to advanced search

Bad Selex visualization

... SIZE 220,45; ITEMS "5", "10", "15", "20", "30", "60" ; GRADIENT OUTTRACK { { 1/2, nRGB( 219, 230, 244 ), nRGB( 207-50, 221-25, 255 ) }, ; { 1/2, nRGB( 201-50, 217-25, 255 ), nRGB( 231, 242, 255 ) } }; LINECOLORS nRGB( 237, 242, 248 ...
by Silvio.Falconi
Thu May 28, 2020 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Selex visualization
Replies: 0
Views: 277

Como Cambiar el Color de una Celda en Xbrowse

... Con una Base de datos lo hago asi: oCol:aCols[1]:bClrStd:= {|| if(Material->Estado = "S", {CLR_WHITE,CLR_RED}, {CLR_BLACK,nRGB(255,248,220)}) } Pero con Array y que la condicion la tiene una columna que no es parte del Xbrowse, no se me hace ni idea. Muchos Saludos, Antonio
by remtec
Thu May 14, 2020 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Cambiar el Color de una Celda en Xbrowse
Replies: 2
Views: 388

Xbrowse, Mysql y Tdolphin.. error de orden..

... // 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
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 813

New FTDN September/Septiembre 2019 (FWH 19.09)

... }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the area. If omitted, the inner area is left transparent. uBrush can be Brush object, nRGB color or Alpha Color, Gradient Array with RGB and Alpha colors. aText: Optional array of { text, font, color }. If specified, prints the text at ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2902

FWH 1908: TPrinter class Enhancements: Charts, Tables, more

... }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the area. If omitted, the inner area is left transparent. uBrush can be Brush object, nRGB color or Alpha Color, Gradient Array with RGB and Alpha colors. aText: Optional array of { text, font, color }. If specified, prints the text at ...
by nageswaragunupudi
Sun Sep 29, 2019 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: TPrinter class Enhancements: Charts, Tables, more
Replies: 2
Views: 734

Re: Tengo un Problema con DTPICKER

... PROMPT  "Término"                PIXELOF oDlg_Fec   FONT oFont_f1 @ 30, 42 DTPICKER oIni VAR Ini1 SIZE65, 10PIXELOF oDlg_Fec COLOR nRGB (240, 240, 240), nRGB (240, 016, 016) @ 30,172 DTPICKER oFin    Var Fin1  SIZE65,10      PIXELOF oDlg_Fec   PICTURE"@d"COLOR RGB(0,0,128) ...
by admsoporte
Sat Sep 14, 2019 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un Problema con DTPICKER URGENTE
Replies: 5
Views: 863

Re: testtre2.prg - any idea how to be able to use res editor?

::oTree :=TTreeView(): REDEFINE( 201, odlg,0,nrgb(255,255,255)) // 201 id ::oTree:bChanged := {|oTree,oItem|eng0303(self) } // dynamic add items .rc / .dll : CONTROL "", 201, "SysTreeView32", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER ...
by ShumingWang
Tue Aug 27, 2019 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: testtre2.prg - any idea how to be able to use res editor?
Replies: 2
Views: 620

Re: Selecting numbers

I don't Know .. remember Antonio sad me ...
try with ocontrol:nClrBorder := { || (IIF(ocontrol:lMOver,nColorBorder,nRgb(225, 225, 225))) }
by Silvio.Falconi
Sat May 25, 2019 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1104

Re: Selecting numbers

Inside Your function You defined Function SetGradientBtnbmp(ntype,ocontrol,nColorBorder) DEFAULT nColorBorder := nRGB(116,165,216 ) Do case Case ntype = 2007 ... ... //2007 ocontrol:bClrGrad = { | lInvert | If( ! lInvert,; ... ocontrol:nClrBorder := { || (IIF(ocontrol:lMOver,nColorBorder,nRgb(225, ...
by ukoenig
Sat May 25, 2019 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1104

Re: Problem TScrollPanel e TBitmap

... @ 0,0 TITLE oTitle SIZE 800, 60 TRUEPIXEL OF oDialog ; SHADOW NOSHADOW ; COLORBOX nRGB( 107, 141, 184 ), nRGB( 107, 141, 184 ) ; GRADIENT { nRGB( 107, 141, 184 ), nRGB( 107, 141, 184 ) } @ 10, 10 TITLETEXT OF oTitle TEXT ".::Aluno" ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1112

Simulate btnbmp Window 10

... left. I tried with Many gradient but I not arrive to the result I wish How can I solve? I found the color I need No Over nColorBorder_Initial:= nRGB( 173,173,173) nColorback_Initial:= nRgb(225,225,225) Over Mouse nColorBorder_over:= nRGB(0,120,215) nColorback_over:= nRgb(229,241,251) I try also ...
by Silvio.Falconi
Mon Feb 18, 2019 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate btnbmp Window 10
Replies: 5
Views: 799

Buttonbar linea inferior

... DEFINE BUTTONBAR oBar OF oWnd SIZE 80,80 2007 oBar:SetFont( oFont ) oBar:SetColor(0) oBar:bClrGrad := { | lPressed | If( ! lPressed,; { { 1, nRGB( 255, 255, 255 ), nRGB( 255, 255, 255 ) } },; { { 1, nRGB( 253, 254, 255 ), nRGB( 192, 192, 192 ) } } ) } DEFINE BUTTON oBtn OF oBar PROMPT "Nuevo" ...
by Jorge_T
Tue Jan 22, 2019 9:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buttonbar linea inferior
Replies: 3
Views: 541

Re: HEX color to INT value

... other platforms colors are expressed as "#RRGGBB" In such cases nHex( cHex ) or HEXTONUM( cHex ) do not give the correct color constant. nRGB( cHexClr ) gives the correct color constant. What is important is the source of cHex Mr Otto is referring to.
by nageswaragunupudi
Tue Dec 25, 2018 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEX color to INT value
Replies: 10
Views: 1920

Re: HEX color to INT value

If you have the color in the hex-format "#rrggbb"

then

nRGB( cHexClr ) --> nColor
by nageswaragunupudi
Tue Dec 25, 2018 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEX color to INT value
Replies: 10
Views: 1920

Re: QRCODE

... Function DlgStatusBar(oDlg, nHeight, nCorrec , lColor ) Local nDlgHeight := oDlg:nHeight Local aColor := { { 0.40, nRGB( 200, 200, 200 ), nRGB( 184, 184, 184 ) },; { 0.60, nRGB( 184, 184, 184 ), nRGB( 150, 150, 150 ) } } DEFAULT nHeight := 72 DEFAULT nCorrec := 0 ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745
PreviousNext

Return to advanced search