IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Rock Ridge Farm (Larry) on May 22, 2006, 08:11:00 AM

Title: Information box??
Post by: Rock Ridge Farm (Larry) on May 22, 2006, 08:11:00 AM
Is there a function like messagebox that will display data but not wait for user input?
I need something sorta like a progress bar that will display text.
Title: Re: Information box??
Post by: Zen on May 22, 2006, 08:21:04 AM
You could just hook the message box and make it dissapear after so long. Or just create your own dialog box and make it dissapear after so long too.

Lewis
Title: Re: Information box??
Post by: Rock Ridge Farm (Larry) on May 22, 2006, 08:22:00 AM
How would I do that?
Talk slow - I am old.
Title: Re: Information box??
Post by: Parker on May 22, 2006, 09:13:26 AM
Since Aurora supports dialog boxes easily, you can just create your own dialog with a progress bar inside and display that, then when the progress bar finishes (you'll receive a notification) you can close the dialog.