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

2006-01-30 Thread Brian Millham
Thanks, that's what I needed. $NI->Delete(-id => 1); does the trick. I knew that it would be simple... 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: Brian M

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

2006-01-30 Thread Brian Millham
Here another one of my dumb questions... Once you create a notifyIcon, how do you remove it from the systray? I'd like to allow the user to either use the notifyicon, or to turn it off. (And it doesn't go away when the program exits) I'm making good progress on my rolling line chart package. It

Re: [perl-win32-gui-users] Win32-GUI-Grid mouse events

2006-01-30 Thread Jeremy White
Thanks for the reply. I see, no NEM. But even with OEM I can't trap any useful dragging event besides _BeginDrag. I would expect _MouseMove to work, or _MouseUp, but nope. _DblClick, _Changed etc work, but aren't useful for a drag operation. I wonder what the use is for _BeginDrag if you cannot

Re: [perl-win32-gui-users] Win32-GUI-Grid mouse events

2006-01-30 Thread Bert Loos
Thanks for the reply. I see, no NEM. But even with OEM I can't trap any useful dragging event besides _BeginDrag. I would expect _MouseMove to work, or _MouseUp, but nope. _DblClick, _Changed etc work, but aren't useful for a drag operation. I wonder what the use is for _BeginDrag if you cannot