[perl-win32-gui] Re:How to refresh ?

2000-03-15 Thread Robert White
From: "DIScussion" <[EMAIL PROTECTED]> > So what is the best way how to show users that the program is > running? > Thank you for any good idea. progress bar This, of course, means that you provide a call back somewhere in the guts of the long program. Rob http://bangkokwizard.com/ Indecision is

Re: [perl-win32-gui] SaveAsDialog win32::FileOp options?

2000-03-15 Thread Jenda Krynicky
> Thanks Jenda, now I SaveAsDialog providing all the functionality > I need - providing a filename.. and adding that default extension > later. > > Still I see that annoying: > > Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986, > chunk 96. > > ...which tracks to line

[perl-win32-gui] SaveAsDialog win32::FileOp options?

2000-03-15 Thread Lyndon Rickards
Thanks Jenda, now I SaveAsDialog providing all the functionality I need - providing a filename.. and adding that default extension later. Still I see that annoying: Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986, chunk 96. ...which tracks to line 978 my $Flags = $pa

[perl-win32-gui] updating the icon

2000-03-15 Thread Hoff Miller
Is there a way to change the icon in the system tray while the program executes? I'm using a timer to update values in a progress bar in a window but I don't see how to update the icon. Thank you.

No Subject

2000-03-15 Thread Marvin_Billings
I can't get "make" to make the makefile. MakeMaker.pm is installed. I type "perl -V:make " and get make ='nmake'. Can someone please help me get this going.

Re: [perl-win32-gui] Win32::GUITest

2000-03-15 Thread drigaudiere
The new address of the Jenda's site is http://jenda.mccann.cz/perl/ Regards... David "Sniper" Rigaudiere [EMAIL PROTECTED] (DIScussion) on 15/03/2000 15:25:44 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David RIGAUDIERE/GSI/FR) Subject: Re: [perl-win32-gui] W

Re: [perl-win32-gui] Win32::GUITest

2000-03-15 Thread DIScussion
Try ppm install --location=http://Jenda.Krynicky.cz/perl Win32-GUI Ladislav From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date sent: Wed, 15 Mar 2000 08:19:14 -0500 Subject:[perl-win32-gui] Win32::GUITest Send reply to:

[perl-win32-gui] Win32::GUITest

2000-03-15 Thread Marvin_Billings
Can some one tell me how to install Win32::Gui. I have activeperl 5.005. Can't get make to work. Help. [EMAIL PROTECTED] Marvin

[perl-win32-gui] How to refresh ?

2000-03-15 Thread DIScussion
Hi, I have an application that uses Win32::GUI. This application runs for a quite long time(about 20 minutes or longer).During this time the program does not respond. When I click on a different window and then back to the program, the window of the program is not re drawn and program seems

[perl-win32-gui] Win32::GUITest

2000-03-15 Thread B Digger
Does anyone know where to find a binary of Win32::GuiTest? The ability to "sendkeys" to the active window looks attractive. - B.D.

[perl-win32-gui] Error with sample file from Jenda site

2000-03-15 Thread Joel Filipe Campos Oliveira
I tried the AddressBook.gpl and I get the error: Can't call method "Hide" on an undefined value at C:/Perl/site/lib/Win32/GUI/CardLayout.pm line 19. What is wrong? Joel Oliveira