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

2000-01-03 Thread Eric C. Hansen
:49 PM To: [EMAIL PROTECTED] Subject: Re: RE::[perl-win32-gui] Window->Show() Observation I'm not sure if i completely understand the problem, but i believe that in the style tag for the GUI dialogbox, if you use WS_VISIBLE, it will be shown immediately, without the need for a ->

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

1999-12-31 Thread Ravi Singh
Message - From: Cam Watson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 31, 1999 12:31 PM Subject: RE::[perl-win32-gui] Window->Show() Observation > Hi, > > I was wondering if anyone came up with a solution to > this problem (descr

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

1999-12-31 Thread Cam Watson
Hi, I was wondering if anyone came up with a solution to this problem (described below in Eric's message). I'm encountering the same problem and when I searched the old messages I never found an answer or any further discussion in the thread. Thanks for you time. Cam Watson Eric Hanson wro

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

1999-12-10 Thread Eric C. Hansen
Mark, I tried that and it does not work for me. Thanks, Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas_M Sent: Friday, December 10, 1999 11:51 AM To: [EMAIL PROTECTED] Subject: RE: [perl-win32-gui] Window->Show() Observation &

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

1999-12-10 Thread Thomas_M
> It appears that the show method does not fire until control returns to > Win32::GUI::Dialog(); Aldo, is there any way we can get > Show() programmed to fire immediately? I asked a similar question a few days ago. The answer was to use window->Update(); after the Show() and that worked for