[perl-win32-gui-users] Re: Draggable 'window'

2005-08-19 Thread Robert May
Steven Lloyd wrote: MouseMove returns the label, and the x, y coordinates of the mouse, right? Right - but it gives an unsigned value. This is not usually a problem, as you don't normally seem mouse move locations outside the client area, which always has 'small' positive values. The code bel

Re: [win32gui] [perl-win32-gui-users] popup menu for NotifyIcon

2005-08-19 Thread Robert May
Sergey Cherniyenko wrote: 1. On each right click on tray icon I get following warnings Use of uninitialized value in subroutine entry at D:\perl_projects\exrc1.pl line 68. Argument "-notifyicons" isn't numeric in subroutine entry at D:\perl_projects\exrc1.pl line 68. Argument "_NotifyIcon10

[perl-win32-gui-users] Re: Debugging Win32::GUI [Was: (no subject)]

2005-08-19 Thread Robert May
[Please always put a descriptive subject line with your mail - if nothing else it helps people searching the archive] Sergey Cherniyenko wrote: How can I turn on debugging in Win32::GUI to get some descriptive output to console. In modules I've seen that can be done. How? There is no spec