Link to home
Start Free TrialLog in
Avatar of FryeM
FryeMFlag for United States of America

asked on

Processing dialog/alert without user input, programmatically closed

I have a line of code related to a third party API that can take several seconds to complete.  I would like to display a dialog/alert just before that third party call then close/destroy that dialog/alert object when the third party call is complete.  There would only be a message, and hopefully a “in process” animation, on this dialog/alert with no user buttons, etc.
ASKER CERTIFIED SOLUTION
Avatar of yruz
yruz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FryeM

ASKER

Your reference is great and provides a nice, PNG graphics image based splash screen.  However my need is like this where a window can be displayed just before a process start advising of a delay, this window being disposed when the intervening process is complete.  I would prefer a window where I can place labels or text advising of the reason for the display.  It would be nice to also have an animated icon (whatever) that suggests processing taking place.
Avatar of FryeM

ASKER

I created a splash screen that served my purpose based on the technique in you reference less the graphic component.  I found an interesting link for the animated icon at http://tips4java.wordpress.com/2009/06/21/animated-icon/#comment-667.
Thank you for the reference...your solution is accepted.
Avatar of FryeM

ASKER

Very much appreciated.
Avatar of yruz
yruz


Glad I could help..
Best of luck with your work..

--
YRuZ!