Search found 181 matches: nclrback

Return to advanced search

Re: GROUPBOX

... [ <oGroup> ]; [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ]; [ TRANSPARENT ] <nTop> , <nLeft> To specify the top and left coordinates. <oGroup> The variable ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 179

Re: Numeric alignment with oPrn:SayText( )

From Whatnew * TWindow Method SayText( cText, aRect, cAlign, oFont, nClrText, nClrBack, lBorder ) Applies to all derived classes like dialogs and controls To be used in o:bPainted. function FW_SayText( hDC or oWnd, cText, aRect, cAlign, oFont, nClrText, nClrBack, ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 537

Re: New FTDN April/Abril 2023 (FWH 23.04)

... nFormat es nulo, el formato se devuelve en este parámetro. * Nuevo: Nueva función FW_ImageToBlob( [npImage], [cType], [nJpgQuality], ; [lAlpha], [nClrBack], [nWidth], [nHeight] ) ; --> cBlob - 1. npImage: Opcional. hBitmap o puntero de imagen GDI+. Si es nulo, por defecto hBitmap desde el portapapeles, ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

New FTDN April/Abril 2023 (FWH 23.04)

... passed by ref and nFormat is nil, the format is returned in this parameter. * New: FW_ImageToBlob( [npImage], [cType], [nJpgQuality], ; [lAlpha], [nClrBack], [nWidth], [nHeight] ) ; --> cBlob - 1.npImage: Optional. hBitmap or GDI+ image pointer If nil, defaults to hBitmap from Clipboard, if ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1757

Re: Color of rows in the cell

...     If( oCol:oBrw:KeyNo % 2 == 0, aClr1, aClr2 ) ) }END  2) We know bClrStd returns a color pair { nClrText, nClrBack } If instead of returning a single color as nClrText, if we return an array of colors, those colors are used in the place of aClrText. This ...
by nageswaragunupudi
Sat Jan 28, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 469

Re: Change Footer colors (xBrowse)

return color pair { nClrText, nClrBack } when your bClrFooter is evaluated.
by nageswaragunupudi
Sat Jan 28, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Footer colors (xBrowse)
Replies: 10
Views: 914

Re: RTF from Variable

Dear Tim, This is the syntax for Class TPrinter Method SayText() METHOD SayText( nRow, nCol, cText, nWidth, nHeight, oFont, cAlign, nClrText, nClrBack, cUnits, ; nOutLineClr, nPenSize ) Please notice that you can use ANY font in oFont parameter, different colors, pensize... That is RTF power :-)
by Antonio Linares
Fri Dec 10, 2021 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: Que Clase o control será ?

... ] ; [ <change: ON CLICK, ON CHANGE> <uClick> ] ; [ VALID <ValidFunc> ] ; [ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ; [ <design: DESIGN> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <WhenFunc> ...
by nageswaragunupudi
Fri Sep 03, 2021 5:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que Clase o control será ?
Replies: 3
Views: 652

Re: To Mister Nages - xBrowser

Dear Mr. Nages, I put the SetBkMode (hDC, 1) straight into the function and it worked. If nClrBack != NIL nBkMode := SetBkMode( hDC, OPAQUE ) nOldClr := SetBkColor( hDC, nClrBack ) Else SetBkMode( hDC, 1 ) EndIf Thank you very much. Att., Oliveiros Junior
by oliveiros junior
Wed Aug 19, 2020 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2270

Re: COMBOBOX HEIGHTGET is not working?

... HELP ID> <nHelpId> ] ; [ ON CHANGE <uChange> ] ; [ VALID <uValid> ] ; [ <color: COLOR,COLORS> <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ...
by carlos vargas
Tue May 19, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1567

Re: Tooltip color

nageswaragunupudi wrote:TOOLTIP { cText, [cHeader], [nIcon], [nClrText], [nClrBack], [nWidth], [nDelayTime], [nDelayType] }

Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.


Thank you Mr. Rao,

I have not seen this information before.

What is nDelayType?
by Horizon
Tue Mar 31, 2020 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 466

Re: Tooltip color

TOOLTIP { cText, [cHeader], [nIcon], [nClrText], [nClrBack], [nWidth], [nDelayTime], [nDelayType] }

Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.
by nageswaragunupudi
Tue Mar 31, 2020 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 466

Tooltip color

... IIF(nstatus=2," Occupato"," Libero")) local cIcon := IcoTooltip(cCliente,nstatus) local nClrFore := CLR_HRED local nClrBack := CLR_YELLOW return {cText, cTitle , cIcon , nClrFore, nClrBack } then on Tootip created it not espect the colors I inserted as you can see ...
by Silvio.Falconi
Mon Mar 30, 2020 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 466

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... alfa también. - Texto con fuentes perfiladas (fuentes huecas): METHOD SayText( nRow, nCol, cText, nWidth, nHeight, oFont, cAlign, nClrText, nClrBack, cUnits, nOutLineClr, nPenSize ) Se añaden los dos últimos parámetros, nOutLineClr y [ nPenSize ( Por defecto 1 ) ]. Si se especifica, el texto ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

New FTDN September/Septiembre 2019 (FWH 19.09)

... gradient brushes also. - Text with outlined fonts (hollow fonts): METHOD SayText( nRow, nCol, cText, nWidth, nHeight, oFont, cAlign, nClrText, nClrBack, cUnits, nOutLineClr, nPenSize ) The last 2 parameters, nOutlineClr and [ nPenSize (default 1)] are added. If specified, the text is printed ...
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: 2900
Next

Return to advanced search