Key, $alpha, $flags)
or die "\n".Win32::GetLastError();
# ... now $objWin->Show() your window as usual...
#-
Bye.
Luigino Masarati
OutSys snc.
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.
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
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
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: "
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
&
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
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
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
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
10 matches
Mail list logo