RE: [perl-win32-gui-users] HOWTO: Modal windows

2002-10-22 Thread Johan Lindstrom
At 10:08 2002-10-22 +1000, Rogers, John wrote: note that this function must be called without ANY parameter or instantiation (eg. don't call it as method of a created object): Win32::GUI::Dialog(); # correct $Window-Dialog();# !!!WRONG!!! So, it's not an un-documented

Re: [perl-win32-gui-users] HOWTO: Modal windows

2002-10-22 Thread Aldo Calpini
Johan Lindstrom wrote: At 10:08 2002-10-22 +1000, Rogers, John wrote: note that this function must be called without ANY parameter or instantiation (eg. don't call it as method of a created object): Win32::GUI::Dialog(); # correct $Window-Dialog();# !!!WRONG!!! So, it's not

[perl-win32-gui-users] HOWTO: Modal windows

2002-10-21 Thread Johan Lindstrom
Aaaarggg!!! I started poking around in GUI.xs, looking for a solution to my double event problem, and found the mother of all undocumented features: True modal dialog boxes in Win32::GUI. Well very close anyway... I _always_ thought this wasn't possible. Heck, I even wrote

RE: [perl-win32-gui-users] HOWTO: Modal windows

2002-10-21 Thread Rogers, John
PROTECTED] Sent: Tuesday, October 22, 2002 6:51 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] HOWTO: Modal windows Aaaarggg!!! I started poking around in GUI.xs, looking for a solution to my double event problem, and found the mother of all