FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Gradient-Painter ( Download ) Update Vers. 2.0a
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Gradient-Painter ( Download ) Update Vers. 2.0a
Posted: Fri May 22, 2009 02:00 PM
Hello,

To find Gradient Color-values, You don't need to use any of my big tools.
My new Gradient-Painter for download :



Download :
http://www.pflegeplus.com/fw_downloads/ ... tpaint.zip

Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Re: Gradient-Painter ( Download )
Posted: Fri May 22, 2009 02:46 PM

Uwe:

Excelent tool, Thanks.

Regards

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Gradient-Painter ( Download )
Posted: Fri May 22, 2009 03:28 PM

Uwe

Thank you .. still curious how you laid down your alphablended icons on your gradient ??

Rick

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Gradient-Painter ( Download )
Posted: Fri May 22, 2009 04:39 PM

Hello Rick,

I don't know the FWH-version You are using
( should be 9.04, using the new Button-style ).
I will explain in this post, how to do it.
Because usual, the normal Buttonbar doesn't support this design,
I have to calculate all object screen-positions.

Best Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Gradient-Painter ( Download )
Posted: Fri May 22, 2009 05:39 PM

Uwe

9.04 is what I am using .. was thinking about btnbmp class ??

Thanks
Rick

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Gradient-Painter ( Download )
Posted: Fri May 22, 2009 06:45 PM

Hello Rick,

have a look at my new post !!!

Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Gradient-Painter ( Download ) Update !
Posted: Tue May 26, 2009 01:37 PM
Hello ,

a update to a new Version.

Changes :
Changed from just 1 Dialog to Folder
Dialog-Preview added
New image-resizer and saving gradient as image added. It can be used as xbrowse-gradient-brush.

Download : http://www.pflegeplus.com/fw_downloads/gradient2.zip




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 is not clean.

Maybe something wrong in the gradient-calculation ?


Using a saved Gradient-BMP as Brush for xBrowse


Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Gradient-Painter ( Download )
Posted: Tue May 26, 2009 01:51 PM

Nicely Done !!!

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Gradient-Painter ( Download ) Update Vers. 1.2a
Posted: Wed May 27, 2009 10:28 AM
Hello,

Changes in new Release 1.2a :
1. Windows-sysmenue added
2. Switch between Gradient and Monochrom-color added
( 1. Gradient-color is used for Monochrom-color-preview )
3. Windows preview added
4. Code-preview for windows and dialog

Any solution for the sometimes wrong gradient-calculation ( display )?

local aGrad := { { 0.50, 8388608, 16777215 }, { 0.50, 16777215, 8388608 } }
GradientFill( hDC, 0, 0, oDlg:nHeight, oDlg:nWidth, aGrad, .T. )



Download :
http://www.pflegeplus.com/fw_downloads/grdtools3.zip

The next release will show a dialog with a included xbrowser, using your saved Gradient-bmp as Brush.
Header and Footer will have the selected Gradient / Color like the Dialog.


Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Gradient-Painter ( Download ) Update Vers. 2.0a
Posted: Thu May 28, 2009 03:52 PM
Hello,

I finished the new Release 2.0a
It is possible now, to test the settings with a xbrowse-preview.

Because the new FREEIMAGE.dll is included, the Download-size is a bit bigger ( 2.17 MB )

http://www.pflegeplus.com/fw_downloads/Grdtools4.zip

New : Dialog with xbrowse-preview.
You can save a Gradient-bmp and test it as brush inside a browser.


You can load and test adjusted Background-Images as well, together with the gradient-settings.


Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion