Hello,
Is there anyway to use a dialog to display a message and then dissappear without the user having to interact ? I wanted to show different actions being performed as a order is being processed.
I realize I can most likley accomplish this using a form and check boxes…etc, but I was hoping I could use dialog boxes.
Thanks,
Erich
Have you looked at Marcel’s Splash Plugin - http://www.it2be.com/plugins.htm - this should be ideal for your use.
Regards
Graham Greensall
Worxinfo Ltd
Probably not what you are looking for but… just in case
… have you already played with progress bar bean (JProgressBar) ?, you can also display text in it, quite smart.
You make a good point, I have tried to use the progress bar when incorporated with email methods (so far these have been the only time consuming processes that a user may question progress), but have ran into issues with that perticular usage of that bean.
This sounds like a good oppertunity to expliot the progrees bar, thanks!