Search found 291 matches: nclrtext

Return to advanced search

Tgroup color border

Image

I use
oGrp[4]:nClrText := 0xC38B2B

nClrBorder not work !!!
by Silvio.Falconi
Mon Oct 28, 2024 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tgroup color border
Replies: 1
Views: 100

Re: FWH_2407 oSay does not assume nHeight

... <{cText}>,; [<oWnd>], [<cPict>], <oFont>, <.lCenter.>, <.lRight.>, <.lBorder.>,; <.lPixel.>, <nClrText>, <nClrBack>, <nWidth>, <nHeight>,; <.design.>, <.update.>, <.lShaded.>, <.lBox.>, <.lRaised.>, ...
by Antonio Linares
Fri Aug 23, 2024 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

... BORDER > [CLR <nClrBorder>] ] ; [ [<relpix:RELATIVE>] <lPixel: PIXEL, PIXELS > ] ; [ <color: COLOR,COLORS > <nClrText> [,<nClrBack> ] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ <design: DESIGN > ] ; [ <update: UPDATE > ] ; [ <lShaded: ...
by Antonio Linares
Thu Aug 22, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: cambiar imagen en BTNBMP

Hola Joao!!! Gracias por interesarte. aca se para que es cada cosa oDlg:aControls[ n ]:nClrText = CLR_MAGENTA oDlg:aControls[ n ]:cToolTip = Feriados->Mensaje lo que no se es definir la sentencia para hacer referencia al nombre del BMP el bmp no es un recurso, es ...
by José Camilo
Fri Jun 21, 2024 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar imagen en BTNBMP
Replies: 7
Views: 551

Re: cambiar imagen en BTNBMP

... for n := nFirstButton TO nLastButton oDlg:aControls[ n ]:SetText( Str( Day( dWork ), 2 ) ) oDlg:aControls[ n ]:Cargo = dWork oDlg:aControls[ n ]:nClrText = if( n=13 .or. n=20 .or. n=27 .or. n=34 .or. n=41 .or. n=48,CLR_HRED,; If( dWork == Date(), CLR_BROWN,; If( dWork == dSelect, CLR_HBLUE, If( ...
by José Camilo
Fri Jun 21, 2024 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar imagen en BTNBMP
Replies: 7
Views: 551

Re: Problemas con una búsqueda.

Solucionado!!!! asi quedo: ATail( oDlg:aControls ):nClrText = if(nCol=1,CLR_HRED, ; If( dWork == Date(), CLR_YELLOW,; If( dWork == dDate, CLR_HBLUE, If( Month( dWork ) == nMonth,; if( feriados->(DbSeek(ATail( oDlg:aControls ):Cargo)), CLR_BROWN,CLR_BLACK ...
by José Camilo
Sun Jun 16, 2024 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 373

Re: Problemas con una búsqueda.

... FONT oFont4 ; //size 12,12 ACTION ( oDlg:Cargo := ::Cargo, oDlg:End( IDOK ) ) ATail( oDlg:aControls ):Cargo = dWork ATail( oDlg:aControls ):nClrText = if(nCol=1,CLR_HRED, ; If( dWork == Date(), CLR_YELLOW,; If( dWork == dDate, CLR_HBLUE, If( Month( dWork ) == nMonth,; if( feriados->(DbSeek(DToC(ATail( ...
by José Camilo
Sun Jun 16, 2024 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 373

Problemas con una búsqueda.

... (tambien prove con dtos(fecha)) con el objeto de mostrar en otro color los dias feriados. lo hago de esta forma: .... ATail( oDlg:aControls ):nClrText = if(nCol=1,CLR_HRED, ; If( dWork == Date(), CLR_YELLOW,; If( dWork == dDate, CLR_HBLUE, If( Month( dWork ) == nMonth,; if( feriados->(DbSeek(DToC(ATail( ...
by José Camilo
Sun Jun 16, 2024 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 373

Re: Detectar slato de línea en una variable.

... pel MEMO. #xcommand IMPRIME ; MEMO <cText> ; [ COL <nCol> ] ; [ LINES <nLine> ]; [ FONT <oFont> ] ; [ COLOR <nClrText> ]; [ SEPARATOR <nSeparator> ] ; [ <lJump :JUMP> ]; [ <lJustify :JUSTIFY> ]; [ CM <nCm> ] ; =>; ::MEMO( <nCol>, ...
by FiveWiDi
Mon May 13, 2024 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 692

Re: Another for Btnbmp

... Self ) )            if ::lFocused               RoundBox( ::hDC, 3, 3, ::nWidth - 4, ::nHeight - 3, nRound, nRound, XEval( ::nClrText, ::lMover, Self ) )            endif  Please change ::nClrText to ::nClrBorder I found the same solution last night and I talked about ...
by Silvio.Falconi
Tue Mar 26, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7519

Re: Another for Btnbmp

...              RoundBox( ::hDC, 3, 3, ::nWidth - 4, ::nHeight - 3, nRound, nRound, XEval( ::nClrText, ::lMover, Self ) )            endif  Please change ::nClrText to ::nClrBorder
by nageswaragunupudi
Tue Mar 26, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7519

Re: Another for Btnbmp

Nages, I think there is an error the btnbmp class takes the color of the text to create the internal box when it has focus for a sample I set the nClrText :nClrText := { |lOver,o| If( o:HasFocus(), RGB( 219, 230, 244), If( lOver, RGB( 219, 230, 244), RGB( 207, 221, 239) ) ) } and I have this result ...
by Silvio.Falconi
Mon Mar 25, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7519

Re: Imprimir grafico insertado en tRichEdit5

It is possible to print normal text (not RichText) transparently over a background image using clause COLOR nClrText, NIL or COLOR nClrText, nAlphaColor Eg: @ nRow, nCol PRINT TO prn TEXT cTextRTF SIZE nWidth,nHeight MM FONT oFont COLOR CLR_BLACK, NIL// or COLOR CLR_BLACK, ARGB( ...
by nageswaragunupudi
Wed Jan 10, 2024 3:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir grafico insertado en tRichEdit5
Replies: 4
Views: 646

Re: numeric get

Dear Detlef,

Please modify this line in tget.prg this way:

FW_SayText( ::hDC, If( Empty( Eval( ::bSetGet ) ), "", Transform( Eval( ::bSetGet ), ::cPicture ) ), aRect, "R", ::oFont, ::nClrText )

now it works as you need :-)
by Antonio Linares
Thu Jul 20, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 525

Re: Color a Groupbox Frame

... only thing changed 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: 2018
Next

Return to advanced search