D
djc
anyone know a good way to show that something is running? (besides the
standard hour glass) I am looking for a way to show activity but it does not
have to show actual meaning full 'progress' like a progress bar. For example
I thought I could use the OnTimer event to just go through and change the
color of a series of text boxes in a row to simulate them 'lighting up'. Say
like 6 to 12 text boxes that you alternate white to green on after another.
That would be great. My problem is I don't want this running all the time...
just after a button click... then another button click to stop it. Basically
the first button click starts it... and another button click (same button
though, I change the caption property to know what action to take) would
stop it. I am concerned about the resources involved though. In this
situation there really isn't anything else going on though... the first
button click just writes on timestamp record and thats it.. then the person
goes away and physically does something... then they come back and click the
button again to stop it. It basically is a timer. I want this visual to help
make it obvious the timer IS running.
any ideas? I can't have the code actually run 'in' the 'start' button click
event can I? because its the same button that gets clicked to stop it?
standard hour glass) I am looking for a way to show activity but it does not
have to show actual meaning full 'progress' like a progress bar. For example
I thought I could use the OnTimer event to just go through and change the
color of a series of text boxes in a row to simulate them 'lighting up'. Say
like 6 to 12 text boxes that you alternate white to green on after another.
That would be great. My problem is I don't want this running all the time...
just after a button click... then another button click to stop it. Basically
the first button click starts it... and another button click (same button
though, I change the caption property to know what action to take) would
stop it. I am concerned about the resources involved though. In this
situation there really isn't anything else going on though... the first
button click just writes on timestamp record and thats it.. then the person
goes away and physically does something... then they come back and click the
button again to stop it. It basically is a timer. I want this visual to help
make it obvious the timer IS running.
any ideas? I can't have the code actually run 'in' the 'start' button click
event can I? because its the same button that gets clicked to stop it?