S
sherifffruitfly
Hi,
I'm using StatusBar text to inform the user what's going on in the
application. I pass a reference to from the main form's class to other
(instances of) classes that are doing the actual work, and they update
the Text property in various ways.
It would be slick (imo) if, after the user is informed about the antics
of some class-instance, if the StatusBar text would revert back to some
default text-variable in the main form class after some specified
interval of time (like 5 seconds).
Problem is, that I can't use the StatusBar's OnChange event (or
whatever's it's called) - if I did, then every time the "reversion" was
perform, the event would fire again.
So how would I go about implementing this? Even just a skeleton
code-example would be helpful.
Thanks for any ideas,
cdj
I'm using StatusBar text to inform the user what's going on in the
application. I pass a reference to from the main form's class to other
(instances of) classes that are doing the actual work, and they update
the Text property in various ways.
It would be slick (imo) if, after the user is informed about the antics
of some class-instance, if the StatusBar text would revert back to some
default text-variable in the main form class after some specified
interval of time (like 5 seconds).
Problem is, that I can't use the StatusBar's OnChange event (or
whatever's it's called) - if I did, then every time the "reversion" was
perform, the event would fire again.
So how would I go about implementing this? Even just a skeleton
code-example would be helpful.
Thanks for any ideas,
cdj