> > Can MessageBox accept a time delay before it disappears > automatically (like Message)? >
Have you considered using miscplugin.balloontip() ? Here's an example: miscplugin.balloontip(2, "INFORMATION", lst, "title=New Email", "timeout= 10", "icon=2") Or for a complex example of how to use the event plugin to add time delays to inputdialog() --you could adapt it for messagebox() too--you can see the scr_TimedInputDialog script. Both files can be downloaded from the files section of the yahoo group. Let me know if you end up using scr_TimedInputDialog, and I'll upload a slightly updated version. --sgp ------------------------ Yahoo! Groups Sponsor ---------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM ---------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
