RE: [perl-win32-gui] ...

2000-01-03 Thread Erich Ruff
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jenda Krynicky Sent: Montag, 3. Januar 2000 15:45 To: [EMAIL PROTECTED] Subject: Re: [perl-win32-gui] ... Hello, how to install/build Win32::Gui 0.0.434 ?? Rafael PThetarez [EMAIL PROTECTED] c:\ PPM

[perl-win32-gui] TabStrip

2000-01-03 Thread David Hiltz
I'm trying to figure out how to add objects to the different Tabstrips, but I don't see anything in the sample code (tabstrip.pl) which shows how this is done. I thought something like this would work, but no-go. ... $W-AddTabStrip( -name = "Tab",

RE: RE::[perl-win32-gui] Window-Show() Observation

2000-01-03 Thread Eric C. Hansen
The problem occurs when an already visible window (or dialogbox) is overlayed with a popup dialogbox. A hole is left in the first window where the popup box was upon its closing. The hole does not go away until Win32::GUI::Dialog() regains control and refreshes the window. It appears that