[perl-win32-gui-users] Going IDE

2001-04-04 Thread Piske, Harald
Hi folks, I've reworked my GUI object explorer, in another study on the way to an IDE. It now uses a treeview to navigate objects and their properties and methods, and does basic syntax highlighting. Please have a look at the wex.pl and associated files. Download wex.zip from http://www.fairymail

[perl-win32-gui-users] How to refresh a window

2001-04-04 Thread A
Hi, I have an application that uses Win32::GUI. This program creates a window and writes, as it is running , some information to this window. This application runs for a quite long time(about 20 minutes or longer).So far so good. A problem begins when a user switches from this program to another

RE: [perl-win32-gui-users] localtime($file->{'mtime'}) problem

2001-04-04 Thread scorch_jb
Jeremy, While we are willing to help, your questions are more appropriate for the Perl-Win32-Users mailing list. The Perl-Win32-GUI mailing list is specifically for the Win32::GUI module. You can sign up for the Perl-Win32-Users mailing list using the following link: http://mailarchive.activesta

Re: [perl-win32-gui-users] How to refresh a window

2001-04-04 Thread Johan Lindstrom
Ladislav wrote: time returns back to my program.The window created by my program is not refreshed immediately to the state before switching but I must wait until my program writes to that window. Not sure because I haven't done it, but this is what I would try: Find or create an event that you

Re: [perl-win32-gui-users] localtime($file->{'mtime'}) problem

2001-04-04 Thread Glenn Linderman
Jeremy, I can't see that jb's code does much different than yours. I think the real problem is a basic Perl issue that you have missed: "-M $file" (or, apparently, "$file->{'mtime'}", with which I have no experience) returns the timestamp of $file as a difference between the actual timestamp and

RE: [perl-win32-gui-users] How to refresh a window

2001-04-04 Thread Piske, Harald
| >time returns back to my program.The window created by my | >program is | >not refreshed immediately to the state before switching but I must | >wait until my program writes to that window. | | The Window class has the Activate() event. Maybe some other | control has | something similar that y

[perl-win32-gui-users] New version of makeGUIperl.pl?

2001-04-04 Thread Ludvig af Klinteberg
Does anybody have a newer version of the script makeGUIperl.pl that Jenda wrote before getting thrown into the army? The version I have found uses the deprecated module Win32::Registry and doesnt work. Of course I could rewrite it for TieRegistry myself, but first I wanted to check if anybody else