[perl-win32-gui-users] RE: How to remove a notifyIcon

2006-01-31 Thread Robert May
Brian Millham wrote: Thanks for the heads up. Will this be the release that also includes balloon tips? For NotifyIcons, Yes. For Tooltips, probably not. Rob.

[perl-win32-gui-users] RE: How to remove a notifyIcon

2006-01-31 Thread Brian Millham
Thanks for the heads up. Will this be the release that also includes balloon tips? Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Monitor http://www.millham.net/dw6000 [EMAIL PROTECTED] -Original Message- From: Robert May [mailto:[EMAIL PRO

Re: [win32gui] [perl-win32-gui-users] TrackMouse methodology and MouseX events

2006-01-31 Thread Robert May
Plum, Jason wrote: Could someone provide me with some insight as to the requirements to make use of TrackMouse and such functions as MouseOver on a window? I must be missing something simple because I can’t get them to work. Does this help? You can only usefully call TrackMouse() when you're

[perl-win32-gui-users] Re: How to remove a notifyIcon

2006-01-31 Thread Robert May
Just a quick heads-up that as of the next Win32::GUI release that this method of removing a NotifyIcon will be deprecated in favour of $NI->Remove(). Using Delete() and having to specify the -id option was always 'a bad thing' and prone to error. It will continue to work, but will issue a w