crystalb24
Programmer
I want to create a status bar to show the users progress through the application that I'm developing. Ideally I would want to be able to set a percentage value to different sections of the application so that as the user clicked on the "Save my work" button it would reflect in the database that a certain percentage of the work was completed. Unfortunately not all the sections would have the same percentage value. I would want the staus bar to pull the value from the database and show the status (similar to how an email program show the percentage that your mailbox is full). Is this even something that is scriptable?