|
Subject: Gradbar.cc
Date: Tuesday, February 12, 2002 8:22 PM
Here is a progress bar based on your based on
Gary White's gwGradient control.
The original control was posted by Alan Katz
and then enhancements by Garry Christensen
for db5.x and then converted to db2k by me
with many other changes and now uses your
gwGradient.cc
I guess it doesn't resemble the original by Alan
very much any more, but I have to give him credit.
form.GradBar1.Gradient = false
will turn off the gradient and you can pass the
colors to it as RBG strings.
form.GradBar1.color1 = '255,0,0'
form.GradBar1.color2 = '0,0,255'
Download the CC here
Don't forget, this is based on Gary White's gwGradient.cc
You can download
his control here
This is a link to his post on the dBase newsgroup
|