Search found 95 matches: nclrfore

Return to advanced search

Re: Que Clase o control será ?

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

Tooltip color

... " Prenotazione", 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 ...
by Silvio.Falconi
Mon Mar 30, 2020 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 466

Re: Infield Top Aligned Form Labels

... <INFIELDCAPTION <cInfieldCap> ] ; [ INFIELDSIZE <nWidth>, <nHeight> ]; [ INFIELDFONT <oFont> ] ; [ INFIELDCOLORTEXT <nClrFore> [,<nClrBack>] ] [ INFIELDCOLORBORDER <nClrFore> [,<nClrBack>] ] Thank you in advance Otto [ <INFIELDCAPTION <cInfieldCap> ...
by Otto
Mon Oct 29, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9614

Re: c5tooltip and btnbmp

... Window CLASS METHOD ShowToolTip( nRow, nCol, cToolTip ) CLASS TWindow local aToolTip, nLenToolTip, oTemp, hWnd local cIcon, hIcon, cText, cTitle, nClrFore, nClrBack, nWidth local nDelayTime, nDelayType DEFAULT nCol := 7, nRow := ::nHeight() + 7, ; cToolTip := ::cToolTip if oToolTip == nil if ValType( ...
by cnavarro
Mon Jul 16, 2018 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: c5tooltip and btnbmp
Replies: 6
Views: 890

Re: show tooltip on btnbmp

Is it possible to set duration of tooltip showtime? Yes. Assign an array to cToolTip cToolTip := { cToolTipText, [cHeader], [Icon], [nClrFore], [nClrBack], [nWidth], [nDelayInSeconds] } Note: Color settings do not seem to work in Windows 10  oBrw:bToolTips   := ;         { | oBrw,r,c,f,oMouseCol,nMouseRow| ...
by Horizon
Thu Jul 05, 2018 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show tooltip on btnbmp
Replies: 13
Views: 1910

Re: show tooltip on btnbmp

Is it possible to set duration of tooltip showtime?


Yes.
Assign an array to cToolTip

cToolTip := { cToolTipText, [cHeader], [Icon], [nClrFore], [nClrBack], [nWidth], [nDelayInSeconds] }

Note: Color settings do not seem to work in Windows 10
by nageswaragunupudi
Wed Jul 04, 2018 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show tooltip on btnbmp
Replies: 13
Views: 1910

New FTDN February/Febrero 2018 (FWH 18.02)

... 1705 to 1801 may please apply this fix to tget.prg Pleae remove the following lines of code from methods New() and Redefine() ---- if ValType( nClrFore ) == 'B' ::bColor := nClrFore nClrFore := GetSysColor( COLOR_WINDOWTEXT ) endif ---- - If width and height are not specified, they are calculated ...
by Antonio Linares
Fri Mar 09, 2018 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2018 (FWH 18.02)
Replies: 0
Views: 1338

New FTDN December/Diciembre 2017 (FWH 17.12)

... <oExBar> ; [ <of: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ; [ BRUSH <oBrush> ]; - New parameters in method AddPanel nTitleh: height of title nRound: round box of panel ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2029

BTNBMP from resource missing command COLOR ?

... GDIPLUS> ]; ------------------ #xcommand @ <nRow>, <nCol> BTNBMP [<oBtn>] ; [ GRADIENT <bGradColors> ]; [ COLOR <nClrFore> [,<nClrBack>] ] ; [ <pixel: PIXEL> ] ; [ <design: DESIGN> ] ; [ <lGDIP: GDIP, GDIPLUS> ]; Question 2 how to change ...
by ukoenig
Sat Nov 25, 2017 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP from resource missing command COLOR ?
Replies: 5
Views: 925

Re: Fivewin en version antigua (FW24)

... VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ VALID <ValidFunc> ] ; [ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <design: DESIGN> ] ; [ CURSOR <oCursor> ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5090

Re: Fivewin en version antigua (FW24)

... VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ VALID <ValidFunc> ] ; [ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <design: DESIGN> ] ; [ CURSOR <oCursor> ...
by cnavarro
Wed Jun 22, 2016 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5090

Re: PROBLEM ON BTNBMP

... ] ; [ <l2007: 2007> ] ; [ <lTrans: TRANSPARENT> ] ; [ <lNoRound: NOROUND> ]; [ GRADIENT <bGradColors> ]; [ COLOR <nClrFore> [,<nClrBack>] ] ; [ <pixel: PIXEL> ] ; [ <design: DESIGN> ] ; [ <lGDIP: GDIP, GDIPLUS> ]; best regard Uwe
by ukoenig
Mon Feb 08, 2016 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEM ON BTNBMP
Replies: 3
Views: 788

ICON question

... As you can see in icon.prg CLASS TIcon FROM TControl .... METHOD New( nRow, nCol, cResName, cIcoFile, lBorder, bClick,; oWnd, lUpdate, bWhen, nClrFore, nClrBack ) there is only nRow and nCol parameters. Is there any way to show icon in diffrent size.
by dpesic
Thu Jan 21, 2016 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ICON question
Replies: 2
Views: 518

Re: Clase TIconGroup

Victor, El problema viene de la función EXTDRAWICON() que selecciona los colores de esta fortma: COLORREF nClrFore = bFocused ? GetSysColor( COLOR_CAPTIONTEXT ) : hb_parnl( 7 ); COLORREF nClrBack = bFocused ? GetSysColor( COLOR_ACTIVECAPTION ) : hb_parnl( 8 ); Al dibujar el ...
by Antonio Linares
Sat Aug 01, 2015 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TIconGroup ( SOLUCIONADO )
Replies: 12
Views: 1695

Re: Input form

To change color

oGet:setColor( nClrFore, nClrBack)

To fill with data:

oGet:varPut( uData )
by James Bott
Thu Jul 23, 2015 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701
Next

Return to advanced search