I'm sure I've read about this in a post before, but can't find it now...How can I, using a dialog, get a moving status bar?

I know I've not explained this very well, but what it is is something like this:

e.g.
Code:
at the start, you have 0% done:
 ---------------------------
|                           |
|Installation progress:     |
|                           |
|  --------------------     |
| |         0%         |    |
|  --------------------     |
|                           |
 ---------------------------

Half way though you have 50% done:

 ---------------------------
|                           |
|Installation progress:     |
|                           |
|  --------------------     |
| |[color:red]|||||||||[/color]50%        |    |
|  --------------------     |
|                           |
 ---------------------------

At the end, it's 100% completed:

 ---------------------------
|                           |
|Installation progress:     |
|                           |
|  --------------------     |
| |[color:red]|||||||[/color]100%[color:red]|||||||||[/color]|    |
|  --------------------     |
|                           |
 ---------------------------




I thought about using something on the lines of:
Code:
  edit "", 11, 10 31 10 10,
  edit "", 12, 18 31 10 10,
  edit "", 13, 26 31 10 10,
  edit "", 14, 34 31 10 10,

but don't know how to remove the borders around each as they overlap and show spaces between each editbox.

Also, if I used that, is there any way of changing the colour of the background? (I know you can set it inactive meaning text cannot be written into it)

Any help would be greatly appreciated.

smile

[edit]
Just added a bit of colour!
[/edit]

Last edited by Aubs; 07/02/03 01:02 PM.

Aubs.
cool