Home - Welcome - News - Blog archive - Sitemap - Store - Contact
NOTE: This is my backup blog - my main blog is now hosted at www.craigbailey.net (RSS feeds are unchanged)

Tuesday, June 06, 2006

VFP: Ctl32 status bar on SednaX

Just loving the ctl32 status bar and progress bar from Carlos Alloatti on SednaX.
Go to SednaX and then downloads (you need to be a member to download).
Carlos has a great set of documentation available here.

Here's a few screenshots (click to enlarge) of one of our applications with the status bar implemented.
The first shows a simple update of the status bar with search results, along with an icon.

The second shows the progress bar in the status bar. Displaying the progress bar is a single line of code, and then another line of code for the percentage to display.


Great job Carlos.

As Carlos commented, this is just one more way that we are making VFP cool.

4 comments:

Andrew MacNeill said...

Are you also using Arg's CommandBars in there? It looks like it.

Craig Bailey said...

Yes, I definitely use ARG's Command bars - one of the finest 3rd party tools for VFP on the market in my opinion.
http://www.craigbailey.net/tools.htm

Carlos Alloatti said...

Nice!

Maybe you will have some time to check the new scrollable container class I posted:

http://www.ctl32.com.ar/ctl32_scontainer/ctl32_scontainer.htm

Tod McKenna said...

I had a chance to look at these controls a little while ago. They are very well done. As soon as time permits, I'll be replacing the status and progress bars in my apps. Also, the scrollable containers are wicked cool as well.