Search found 383 matches: nrgb

Return to advanced search

GetImage with xImage

... );// NOBORDER ; SIZE 350,174 ; OF oDlg ; UPDATE @ nRow, oDlg:nWidth-50 BTNBMP oBtnSel[6] FLAT SIZE 30, 24 OF oDlg PIXEL ; COLOR nRgb(238,236,219),nRgb(238,236,219) ; BITMAP ".\bitmaps\folder_add.png" NOROUND; ACTION (cImmagine:= GetImage(oImage),oImage:SetSource( cImmagine ...
by Silvio.Falconi
Sat Feb 18, 2023 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage with xImage
Replies: 1
Views: 202

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 karinha
Fri Feb 10, 2023 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on btnbmp with color
Replies: 8
Views: 688

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
by Silvio.Falconi
Fri Feb 10, 2023 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on btnbmp with color
Replies: 8
Views: 688

Brush on btnbmp with color

... it run ok on easy dialog but I need on Tfolderex class and it not run ok I tried to change the color of border for a sample :nClrBorder := { ||nRgb(218,214,179) } but not work
by Silvio.Falconi
Wed Feb 08, 2023 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on btnbmp with color
Replies: 8
Views: 688

Re: Xbrowse, cambio color texto y celda

... en la base de datos la forma de pago es Giro, y está pagada, (Color fuente y fondo normal) :bClrStd:= { || { CLR_BLACK, If( oLbx:KeyNo % 2 == 0, nRGB(242,247,252),nRGB(226,226,208) ) } } - Si en la base de datos la forma de pago es Giro y no está pagada, (Color fuente normal y fondo Rojo) :bClrStd ...
by JoseLuis
Sun Aug 28, 2022 7:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, cambio color texto y celda (Solucionado)
Replies: 5
Views: 418

Re: Xbrowse, cambio color texto y celda

... de columnas] If I=8 oBrw:aCols[I]:bClrStd:={|| If(((aAlias[22])->clasef="1" .and. (aAlias[22])->estado="1" ),{CLR_BLACK,nRGB(250,219,216)}, {CLR_BLACK,If( oLbx:KeyNo % 2 == 0, nRGB(242,247,252),nRGB(226,226,208) )}) } nRGB(242,247,252),nRGB(226,226,208) )}) } Endif Next I
by jacgsoft
Sun Aug 28, 2022 3:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, cambio color texto y celda (Solucionado)
Replies: 5
Views: 418

Re: no estaria mostrando el brush...

... he intentado pero tampoco funciona. sigue sin colorearme la linea. Musestre el código donde usted DEFINE BRUSH oBrush... Ó intente con una COLOR(nRGB) para teste.    DEFINE BRUSH  oBrush COLOR nColor  http://fivewin.com.br/index.php?/topic/24782-relat%C3%B3rio-desconfigurado/ ...
by karinha
Sun Dec 12, 2021 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no estaria mostrando el brush...
Replies: 8
Views: 558

Re: say border RESOLVED

... SIZE 100,20 PIXEL OF oFolder:adialogs[1] oLine1:=TSLines():New(oSay[1]:nbottom, 15, oSay[1]:nWidth+19, 2, "HLINE",oFolder:adialogs[1],nRgb(233,229,206) ,,, .t., , , , , , ) I have no reference even with the gets
by Silvio.Falconi
Thu Nov 18, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2187

Re: xbrowse + Tdolphin + Mysql

... :lFooter := .T. :lDrawBorder := .t. :lAllowColReGroup := .T. :lColDividerComplete := .T. :nRowDividerStyle :=LINESTYLE_BLACK :bClrHeader := {|| { nRGB(000,000,000), nRGB(128,255,128) } } :bClrSel := { || { CLR_BLACK, CLR_HGRAY } } :SetGroupHeader( 'FACTURACION', 2, 5, oFont ) :SetGroupHeader( ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 465

Re: error on btnbmp with fwh 21.04

... error is go out to another line 154 where I have this @ oBrw:nBottom+2, oBrw:nWidth-20 BTNBMP aBtnBrow[4] ; FLAT SIZE 30, 30 OF oDlg PIXEL ; COLOR nRgb(238,236,219),nRgb(238,236,219) ; BITMAP ".\bitmaps\impostazioni.bmp" NOROUND; ACTION ::ShowPopUp( { |oBtn| MenuContextual(oBtn,oBrw,cPrefixState+"Aux",oDbf) ...
by Silvio.Falconi
Sun Jun 06, 2021 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on btnbmp with fwh 21.04
Replies: 8
Views: 752

ERROR EN TSAY !!!

... lo pone igual q el get. Ej: nRow:=nRow+50 @ nRow,25 SAY oObj["sTelefon"] PROMPT "Teléfono" OF oDlg SIZE nW-50,35 PIXEL COLOR nRGB(AZUL_SAM),nRGB(240,240,240) VCENTER BORDER nRow:=nRow+35 @ nRow,25 GET oObj["telefono"] VAR ::cTelefono OF oDlg SIZE nW-50,35 PIXEL Lo ...
by Ariel
Wed May 26, 2021 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TSAY !!!
Replies: 4
Views: 543

Re: Ayuda con xBrowse

Hola Artu01 !! PD: puedes decirme como le quito el color negro que muestro con la flecha roja? Hola, intenta con: oLbx:nRecSelColor := nRGB( 240, 240, 240 ) saludos francisco, ciertamente el xbrowse.prg indica que nRecSelColor es el que asigna el color a esa barra, pero no me ha funcionado. ...
by JoseAlvarez
Thu Mar 25, 2021 9:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con xBrowse
Replies: 15
Views: 1868

Re: Ayuda con xBrowse

JoseAlvarez wrote:Hola Artu01 !!
PD: puedes decirme como le quito el color negro que muestro con la flecha roja?

Hola, intenta con:
oLbx:nRecSelColor := nRGB( 240, 240, 240 )
by FranciscoA
Thu Mar 25, 2021 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con xBrowse
Replies: 15
Views: 1868

Re: TGet():nClrFocus no me cambia el color

For global setting it is

setgetcolorfocus(rgb(209,224,252))

so maybe the nRgb should be rgb(40,255,255)
by Marc Venken
Wed Mar 24, 2021 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():nClrFocus no me cambia el color
Replies: 3
Views: 375

TGet():nClrFocus no me cambia el color

Buenas buenas gente!

Intente con nRGB y RGB y no me cambia el color del foco. que hago mal?

Code: Select all  Expand view
  TGet():nClrFocus      := nRGB( 40, 255, 255)
 


Gracias!
by goosfancito
Wed Mar 24, 2021 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():nClrFocus no me cambia el color
Replies: 3
Views: 375
PreviousNext

Return to advanced search