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

2002-10-03 Thread Luigino Masarati
Key, $alpha, $flags) or die "\n".Win32::GetLastError(); # ... now $objWin->Show() your window as usual... #- Bye. Luigino Masarati OutSys snc.

[perl-win32-gui-users] Animated windows

2002-10-03 Thread Luigino Masarati
R # use this command in place of $objWin->Hide() for example in winObj_Terminate() # $AnimateWindow->Call($winObj->{-handle}, $msec, AW_HIDE | AW_CENTER ); #- Bye. 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 => 0x0

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

2002-10-11 Thread Luigino Masarati
cess properties, 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

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: "

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: Sent: Tuesday, October 15, 2002 10:27 PM Subject: Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects > Hi &

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 PROTECT

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

2002-10-20 Thread Luigino Masarati
d after Win32::GUI::Dialog(), to remove the notifyicon ... 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: Sent: Monday, October 21, 200

Re: [perl-win32-gui-users] Latest Documentation?

2002-10-24 Thread Luigino Masarati
The first thing we can do is to post messages as FAQ items (using "FAQ - short description of item" as subject) to begin collecting articles about Win32::GUI. I think that Aldo would found useful to collect these articles and include them in the documentation. Bye. Luigino Masarati

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" Sent: Tuesday, April 15, 2003 11:10 S