Search found 98 matches: gradientbrush

Return to advanced search

how to "Set" Image on TFolderEx() ?

... Called from ASCAN(0) Called from FWDELRESOURCE(36) in .\source\function\CHECKRES.PRG Called from DELETEOBJECT(0) Called from GRADIENTBRUSH(815) in .\source\classes\BRUSH.PRG Called from TFOLDEREX:SETFLDCOLORS(1695) in .\source\classes\TFOLDEX.PRG Called from (b)TFOLDEREX_NEW(214) ...
by Jimmy
Fri May 19, 2023 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "Set" Image on TFolderEx() ?
Replies: 5
Views: 299

Re: TGRAPH Repopulate

... .F. )Gradient( ::hDC, { nTop, nLeft+nMid, nBottom, nRight }, LightColor(175,nColor), nColor, .F. )ELSEhBru = GradientBrush( ::hDC, 0, 0, 0, nTop, { { 0, nColor, LightColor(175,nColor) } }, .T. )FillRect( ::hDC, { ...
by nageswaragunupudi
Fri Jun 27, 2014 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9980

Re: TGRAPH Repopulate

The added background-section : A higher graph shows a better vertical-gradient hBru = GradientBrush( ::hDC, 0, 0, 0, nBottom-nDeep, ; { { 0, ::nClrBack, LightColor(175,::nClrBack) } }, .T. ) FillRect( ::hDC,{ nTop, nLeft, nBottom-nDeep , nRight }, hBru ) http://www.pflegeplus.com/IMAGES/Graph5.jpg ...
by ukoenig
Thu Jun 26, 2014 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9980

Re: TGRAPH Repopulate

... }, nColor, LightColor(175,nColor), .F. ) Gradient( ::hDC, { nTop, nLeft+nMid, nBottom, nRight }, LightColor(175,nColor), nColor, .F. ) ELSE hBru = GradientBrush( ::hDC, 0, 0, 0, nTop, { { 0, nColor, LightColor(175,nColor) } }, .T. ) FillRect( ::hDC, { nTop, nLeft, nBottom, nRight }, hBru ) ENDIF ...
by ukoenig
Thu Jun 26, 2014 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9980

Re: Color Dialog

Ciao Enrico ,
qualè la nuova clausola GRADIENT del comando DEFINE DIALOG ?
forse _GRADIENTBRUSH ?

Maurizio
by Maurizio
Wed Aug 31, 2011 10:36 am
 
Forum: All products support
Topic: Color Dialog
Replies: 3
Views: 1290

Combobox on Folder (Gradient-background) ?

Hello, I have a Problem, showing a Combobox on a Folder-Gradient-Background using Function Gradientbrush ( needed for Gradient-painting on Folders ). Normal Brush and Image works. To define a Background-color, I tested : oCbx:nClrText := 0 // Black oCbx:nClrPane := 16777215 ...
by ukoenig
Sun Oct 24, 2010 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on Folder (Gradient-background) ?
Replies: 0
Views: 289

Problem with Skinbuttons()

Antonio,

Thanks for the download of skins.obj.

Unfortunately I got an error while building : Unresolved external symbol : _HB_FUN_GRADIENTBRUSH

Have I missed something ?
by driessen
Wed Apr 14, 2010 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Skinbuttons()
Replies: 2
Views: 453

Re: vcrl

Antonio,

Thanks for the download of skins.obj.

Unfortunately I got an error while building : Unresolved external symbol : _HB_FUN_GRADIENTBRUSH

Have I missed something ?
by driessen
Tue Apr 13, 2010 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vcrl
Replies: 21
Views: 4447

Re: A problem with GradientBrush()

Thank you, James.

EMG
by Enrico Maria Giordano
Thu Feb 04, 2010 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558

Re: A problem with GradientBrush()

... CLR_HGREEN ), oSay:Refresh() }    ACTIVATE DIALOG oDlg;             ON INIT GRADIENTBRUSH( oDlg, { { 1, RGB( 216, 230, 238 ), RGB( 103, 154, 194 ) } } );        ...
by James Bott
Thu Feb 04, 2010 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558

Re: A problem with GradientBrush()

... oDlg:bStart = { || oSay:SetColor( CLR_HRED, CLR_HGREEN ), oSay:Refresh() }    ACTIVATE DIALOG oDlg;             ON INIT GRADIENTBRUSH( oDlg, { { 1, RGB( 216, 230, 238 ), RGB( 103, 154, 194 ) } } );             CENTER    RETURN ...
by Enrico Maria Giordano
Thu Feb 04, 2010 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558

Re: A problem with GradientBrush()

Enrico, As far as I understand you, it seems as you want to have dialogs that use the clause TRANSPARENT but have SAYs with colored backgrounds (instead of using "transparent" ones). Is that what you mean ? thanks I guess we can easily implement it :-) Exactly. Actually I need to make non...
by Enrico Maria Giordano
Thu Feb 04, 2010 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558

Re: A problem with GradientBrush()

Enrico,

As far as I understand you, it seems as you want to have dialogs that use the clause TRANSPARENT but have SAYs with colored backgrounds (instead of using "transparent" ones).

Is that what you mean ? thanks

I guess we can easily implement it :-)
by Antonio Linares
Thu Feb 04, 2010 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558

Re: A problem with GradientBrush()

Enrico, But that not fixes the initial color problem (ie. the COLOR clause doesn't work with themes activated). I'm not sure how this is supposed to work. Are themes supposed to override all defined colors in the application, or only certain colors? It does seem that it would be useful to be able to...
by James Bott
Wed Feb 03, 2010 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558

Re: A problem with GradientBrush()

Enrico, Well I would also like to see folders with colored tabs. clause TRANSPARENT on the dialog means that we want to use the "background" of the dialog, thats why the dialog overrides the SAY background color (the SAY brush is replaced). Actually, I am not sure this is the best way. I h...
by James Bott
Wed Feb 03, 2010 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GradientBrush()
Replies: 63
Views: 11558
Next

Return to advanced search