Search found 81 matches: agrad

Return to advanced search

A painting problem Func. GradientBrush and folders ?

... is no problem. With a gradient it shows, the color of the tab-area is not equal with the dialog. A test-gradient ( direction use .F. = vertical ) aGrad := { { 0.95,8388608,16777215 },{ 0.95,16777215,8388608 } } http://www.pflegeplus.com/pictures/gradpos1.jpg Like You can see : ...
by ukoenig
Sun May 31, 2009 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A painting problem Func. GradientBrush and folders ?
Replies: 0
Views: 259

Re: Gradient-Painter ( Download ) Update Vers. 1.2a

... dialog Any solution for the sometimes wrong gradient-calculation ( display )? http://www.pflegeplus.com/pictures/wrong1.jpg local aGrad := { { 0.50, 8388608, 16777215 }, { 0.50, 16777215, 8388608 } } GradientFill( hDC, 0, 0, oDlg:nHeight, oDlg:nWidth, aGrad, .T. ) http://www.pflegeplus.com/pictures/grdtool1.jpg ...
by ukoenig
Wed May 27, 2009 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient-Painter ( Download ) Update Vers. 2.0a
Replies: 9
Views: 1668

Re: Gradient-Painter ( Download ) Update !

... I noticed a strange color-move-effect : the 1. color sometimes doens't connect to color 2 on a defined position. aGrad := {{ 0.50, Color1, Color2 }, { 0.50, Color2, Color1 }} = The 1. Color must end on centered position. Moving the slider, sometimes the color-connection ...
by ukoenig
Tue May 26, 2009 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient-Painter ( Download ) Update Vers. 2.0a
Replies: 9
Views: 1668

Re: Gradientfill question

... Background-image and so on. I used the saved BMP as a Bar-background on the right side of the Window-background-image. The result : -------------- aGrad := { { 1.0, 16777215, 5081712 },{ 1.0, 5081712, 16777215 } } The value 1 means : color1 = left, color2 = right. The value 0.50 means : color1 ...
by ukoenig
Wed May 20, 2009 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradientfill question
Replies: 10
Views: 1592

Re: gradient effect

Hello, You have to define the Gradient-Style : ---------------------------------------------- local aGrad := { { 0.50, COLOR1, COLOR2 }, ; { 0.50, COLOR2, COLOR1 } } The Direction ( Horizontal or Vertical .T., .F. ----------------------------------------------------- GradientFill( ...
by ukoenig
Wed Jan 21, 2009 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradient effect
Replies: 2
Views: 529

A question about FWH-Release-Versions for function-use

... 8.08 ( new Buttonbar 2007 ) ------------------------------------------------------------------ GradientFill( hDC, 0, 0, oWnd:nHeight, oWnd:nWidth, aGrad, .T. ) Are these the correct FWH-versions to use the functions ? To make it possible for FWH-users with older versions, i would like to include ...
by ukoenig
Mon Nov 10, 2008 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about FWH-Release-Versions for function-use
Replies: 5
Views: 1278
Previous

Return to advanced search