--- In [email protected], sgp <[EMAIL PROTECTED]> wrote: > > Great, thank you. > > Running > C:\> ColorZoomer.powerpro > > I discovered that Alt+F4 to close the balloon tip leaves file > ColorZoomer.powerpro open. > Only by pressing Ctrl you really release the file.
I updated it to exit the script if the balloon tip is closed too. I still used the syntax hWnd.exists and hWnd.close, which I thought might give an error if closing the balloon tip manually, but did not. If it gives an error, please replace them with: win.exists(hWnd) and win.close(hWnd) Sean Attention: PowerPro's Web site has moved: http://www.ppro.org 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/
