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

2001-04-03 Thread Jeremy Aiyadurai
hi i am having a problem getting proper modified time dates of files when using the win32:Internet ftp list, or the standard directory listing i do this ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime($file->{'mtime'}); then for each file i do something like this print "$year

[perl-win32-gui-users] Aborting a buffered write

2001-04-03 Thread Erick J. Bourgeois
I have a process running, which is writting to a file(using print instead of syswrite), and I have a small dialogbox with a progressbar and an abort button. The problem is when I click the abort button, I get a GUI message "select: Bad file descriptor at ... line 412". This is the line where I r

RE: [perl-win32-gui-users] Win32:Console problem

2001-04-03 Thread Jeremy Aiyadurai
hi i am using the win32:console module, and it seems that the built-in color constants are not importing. eg. Variable "$FG_YELLOW" is not imported at bftpc.pl line 57. Variable "$BG_BLUE" is not imported at bftpc.pl line 57. how do i import them. thanx Jeremy

RE: [perl-win32-gui-users] Win32::GUI HOWTO

2001-04-03 Thread scorch_jb
Erick, Very nice work. Here's one small thing that I noticed: On the page http://www.jeb.ca/howto/Win32-GUI-HOWTO-2.html it says: OK, now we need make sure the window will be displayed. By default, windows start hidden, so they won't be visible on screen. To make them visible, we need to use th

Re: [perl-win32-gui-users] Is it possible?

2001-04-03 Thread Johan Lindstrom
Jonathan wrote: Along those lines how about being able to make a program go to a web page that is a perl script and feeding the results of the script back to the local program? I guess libwww is pretty much what you want: use LWP::Simple; $doc = get 'http://www.sn.no/libwww-perl/'; It is

[perl-win32-gui-users] Win32::GUI IDE

2001-04-03 Thread sean
> Please have a look at the GOE (GUI Object Explorer) at > http://www.fairymails.com/perl/ > Download either goe.zip or the the other three files (which are > actually the contents of the zip), start goe.pl and give it a > Win32-GUI script in the fileopen dialog. If it happens to find a *.ui > file

Re: [perl-win32-gui-users] Is it possible?

2001-04-03 Thread Jonathan Southwick
Along those lines how about being able to make a program go to a web page that is a perl script and feeding the results of the script back to the local program? Jonathan - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, April 03, 2001 9:30 AM Subject: [perl-win32-gui-user

[perl-win32-gui-users] Is it possible?

2001-04-03 Thread export
Hi, I have a program that uses Win32::GUI modul. Is there any way to open a HTML document in a created window? I would like to open the HTML document in a similar(the same ) way as it it is done in a web browser. Thanks for help. Ladislav