IonicWind Software

Aurora Compiler => Software Projects => Topic started by: Mike Stefanik on February 12, 2006, 06:20:35 PM

Title: CProgressBar Class
Post by: Mike Stefanik on February 12, 2006, 06:20:35 PM
I wanted a progress bar control for an example I was working on, and that's not something that Aurora has yet so I created a CProgressBar class along with a simple example that demonstrates how to use it. If your're curious about how to create your own control classes derived from CControl, this also shows how to do that.
Title: Re: CProgressBar Class
Post by: mrainey on February 12, 2006, 06:27:23 PM
Thanks Mike.
Title: Re: CProgressBar Class
Post by: Ionic Wind Support Team on February 12, 2006, 09:31:09 PM
All of the common controls will be available soon.

But thanks for the class ;)
Title: Re: CProgressBar Class
Post by: Mike Stefanik on February 16, 2006, 09:39:30 PM
I've updated the class and example for the latest version of the compiler (the 2/16/2006 build).
Title: Re: CProgressBar Class
Post by: redea30591 on April 03, 2006, 04:49:21 AM
Quote from: Mike Stefanik on February 12, 2006, 06:20:35 PM
I wanted a progress bar control for an example I was working on, and that's not something that Aurora has yet so I created a CProgressBar class

O.k. I'm assuming that since the latest Aura has a CProgressBar Class, and it looks like the same class in the zip file, it must have been incorporated into the latest version.... Now for a quick question.  The demo code shows using the ProgressBar with a Dialog Window, any way you can use the ProgressBar class with a CWindow ?
Title: Re: CProgressBar Class
Post by: Mike Stefanik on April 03, 2006, 08:26:53 AM
Sure. The latest version of the compiler supports the AddControl method for CWindow derived objects, so you'd basically do things the same way.
Title: Re: CProgressBar Class
Post by: pistol350 on April 06, 2007, 10:32:41 AM
Hello Mike
I would like to use your code in the compiler with the latest updates.
To avoid duplicate definitions of class or whatever variables you used, i tried to slightly alter the class and variables names necessary,but i ran into a lot of repetitive errors. ???
So, could you please help me out ?
Thanks!
Title: Re: CProgressBar Class
Post by: Ionic Wind Support Team on April 06, 2007, 07:53:38 PM
This class is already included with the Aurora compiler.  It has the same name ;)
Title: Re: CProgressBar Class
Post by: pistol350 on April 16, 2007, 02:33:41 PM
thanks Paul!
I knew that already.
And that's why i wanted to rename all the necessary variables and class names but in vain.
Thanks anyway. ;)