[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 the key to flexibility.






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 978
> my $Flags = $params->{options};

I guess it will be best to add

local $^W = 0;

before that line in FileOp.pm

I'll recheck this for the new version.

Jenda
 

== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
 The phenomenon of UFO doesn't say anything about
the presence of intelligence in space.
  It just shows how rare it is here on the earth.
A.C.Clarke




[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 = $params->{options};

I am not currently using the options parameter.

Question: Am I obliged to call with an (OFN_?) option? If so, which one,
in order not to change the default behaviour?

Lynn.




[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] Win32::GUITest




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:  [EMAIL PROTECTED]

>
>
> 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
>
>











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:  [EMAIL PROTECTED]

> 
> 
> 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] 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 to be 
dead. Previously I ran the program from a browser as CGI app. and 
I printed some messages on screen. Now I use 
Win32::GUI::MessageBox but it needs a user to click OK button. 
So what is the best way how to show users that the program is 
running?
Thank you for any good idea.

Ladislav




[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