Re: [perl-win32-gui-users] Strange mouse behaviour

2003-04-15 Thread Luigino Masarati
I have seen the same behaviour so, as a workaround, I change back the cursor to NORMAL calling Win32::GUI::SetCursor as soon as possible. Bye. Luigino - Original Message - From: Cruickshanks, Darin [EMAIL PROTECTED] To: Perl-Win32-Gui-Users perl-win32-gui-users@lists.sourceforge.net

Re: [perl-win32-gui-users] NotifyIcon doesn't go away on program exit

2002-10-20 Thread Luigino Masarati
... I think it's an undocumented feature I found somewhere in this list. Bye. Luigino Masarati OutSys snc - Original Message - From: Johan Lindstrom [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Monday, October 21, 2002 12:31 AM Subject: [perl-win32-gui

Re: [perl-win32-gui-users] Animated windows

2002-10-18 Thread Luigino Masarati
I don't know why but to fix it you should do: $AnimateWindow-Call($window-{-handle}, $msec, AW_ACTIVATE | AW_CENTER); $window-InvalidateRect(0); Bye. Luigino Masarati OutSys snc - Original Message - From: Brewster Rob-RBREWST1 [EMAIL PROTECTED] To: 'Luigino Masarati' [EMAIL

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-15 Thread Luigino Masarati
You're great... ...Many thanks!!! Bye. Luigino Masarati OutSys snc - Original Message - From: Laurent ROCHER [EMAIL PROTECTED] To: Perl-Win32-GUI-Users@lists.sourceforge.net Sent: Tuesday, October 15, 2002 10:27 PM Subject: Re: [perl-win32-gui-users] AxWindow, WebBrowser

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-13 Thread Luigino Masarati
Thanks, I think that I will use OLE this time (waiting for Laurent to add IDispatch property support ;-) because I want to use the HTML window simply as a nicely formatted log message display. Bye. Luigino Masarati OutSys snc - Original Message - From: Wasserman Henry

[perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Luigino Masarati
, methods and events in the AxWindow hosted control but nothing about browsing the object hierarchy itself. Am I missing anything? Thanks. Luigino Masarati OutSys snc

[perl-win32-gui-users] Animated windows [working demo]

2002-10-08 Thread Luigino Masarati
This is a working demo for Animated windows #- use Win32; use Win32::API; use Win32::GUI; use constant AW_HOR_POSITIVE = 0x0001; use constant AW_HOR_NEGATIVE = 0x0002; use constant AW_VER_POSITIVE = 0x0004; use constant AW_VER_NEGATIVE =

[perl-win32-gui-users] Window alpha/colorkey

2002-10-03 Thread Luigino Masarati
... #- Bye. Luigino Masarati OutSys snc.

[perl-win32-gui-users] Animated windows

2002-10-03 Thread Luigino Masarati
. Luigino Masarati OutSys snc.