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

2004-01-07 Thread Farrington, Ryan
I think I did kind of the same thing you are looking at. What I had to do was create a child process to handle all my requests. Take a look at Win32::ProcFarm to create and talk with your children processes while having your parent process deal with the interface. Give that a shot =-) I will try

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

2004-01-07 Thread Stephen Pick
Hi, 2/ Every button click should invoke another perl script -- I think I can do this by including the system command in the button click method. If anyone knows any other sophisticated method then pelase tell me You can run your perl scripts using perl's do keyword: do 'myscript.pl';

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

2004-01-07 Thread Farrington, Ryan
Here ya go: All the use's were done to allow for perl2exe to compile it into an application. The code is really really sloppy. =( Also I used guiloft to create the win32::Gui stuff... Way easier.. I would highly recommend it! =-) ---CODE--- #!e:\perl\bin\perl #this is the parent

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

2004-01-07 Thread Farrington, Ryan
-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Win32::GUI help Looks good - I'll have to have a play. Have you had any issues rolling out your exe across different versions of windows? Do you build the child with perl2exe before shipping it out? Thanks, jez. From: Farrington

Re: [perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread Jez White
Hi, I wouldn't use the Activestate Repository for win::gui - there are later versions available on the sourceforge site - you will have to manually install the module: http://sourceforge.net/projects/perl-win32-gui/ http://sourceforge.net/project/showfiles.php?group_id=16572package_id=12884 for

RE: [perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread MJG
Instead of copying, install it with PPM. Download the ZIP from Sourceforge for your build of Perl. I've run into the same thing when just trying to copy the appropriate files to their locations. If you use the one from Active state, it is only build .558. Sourceforge is .607 I believe. It