[perl-win32-gui-users] win32:gui builder

2001-03-20 Thread Jeremy Aiyadurai
Is there a win32:gui builder availiable (eg. a visual aid in designing the gui) . Jeremy

RE: [perl-win32-gui-users] Help

2001-03-20 Thread lejacobs
At Tue, 20 Mar 2001 11:56:34 -0800, "Piske, Harald" <[EMAIL PROTECTED]> wrote: > >One more thing ... I just remembered an issue with the Win32::GUI Version >you get from Activestate being outdated (ref. sequence >"[perl-win32-gui-users] Bug in Textfield scrolling") I made sure when I first star

Re: [perl-win32-gui-users] .plan

2001-03-20 Thread feli
Dear Aldo I'd love to help because Win32::GUI is a marvelous tool and it enabled me to develop a real nice perl app on the PC. I could offer my help for working on the documentation, code some perl examples, and summarize the tricks discussed in the user group. Time available depending on my 'other

RE: [perl-win32-gui-users] Help

2001-03-20 Thread Piske, Harald
One more thing ... I just remembered an issue with the Win32::GUI Version you get from Activestate being outdated (ref. sequence "[perl-win32-gui-users] Bug in Textfield scrolling") When you do ppm query Win32-GUI and it gives you version 0.99, dump it (ppm remove Win32-GUI) and get the current ve

RE: [perl-win32-gui-users] Help

2001-03-20 Thread Piske, Harald
| >print "->\n"; | >`C:\\Setups\\Develop\\Perl\\Win32\\ActivePython-2.0.0.202.msi`; | >print "<-\n"; | | If this is all that is in your script, then it will work, but | once I add | something like this to be called once a button is clicked on, | then it doesn't. Nope - the three lines are act

RE: [perl-win32-gui-users] Help

2001-03-20 Thread lejacobs
At Tue, 20 Mar 2001 10:59:31 -0800, "Piske, Harald" <[EMAIL PROTECTED]> wrote: >print "->\n"; >`C:\\Setups\\Develop\\Perl\\Win32\\ActivePython-2.0.0.202.msi`; >print "<-\n"; If this is all that is in your script, then it will work, but once I add something like this to be called once a button

RE: [perl-win32-gui-users] Help

2001-03-20 Thread Piske, Harald
| I've tried both using the backtick and the 'system' call, | neither work. | I have also tried using Win32::Process, again, with no luck. I suspected it to be the installer, so I just tried this: print "->\n"; `C:\\Setups\\Develop\\Perl\\Win32\\ActivePython-2.0.0.202.msi`; print "<-\n"; and

Re: [perl-win32-gui-users] .plan

2001-03-20 Thread Laurent ROCHER
hello > > this is my dot plan about Win32::GUI, what I'm doing and what > I plan to do. please note that everything here may change (without > further notice) depending on my other activities (namely job and > 'real life' :-). > > it would be kewl if you could 'prioritize' the list based on > what

RE: [perl-win32-gui-users] Help

2001-03-20 Thread lejacobs
At Tue, 20 Mar 2001 09:00:34 -0800, "Piske, Harald" <[EMAIL PROTECTED]> wrote: >- are you using the multithread perl? (5.6) Yup ... C:\>perl -v This is perl, v5.6.0 built for MSWin32-x86-multi-thread [snip] Its build 620. >- how do you launch the installer? Backtick or some windows function?

RE: [perl-win32-gui-users] Help

2001-03-20 Thread Piske, Harald
| Install, the first install will appear to launch, but it will | usually not | do anything until the perl script ends Works fine here ... there must be something in your water. - are you using the multithread perl? (5.6) - how do you launch the installer? Backtick or some windows function? -

[perl-win32-gui-users] Help

2001-03-20 Thread lejacobs
I am currently having a problem I was hoping someone on this list could help me with. I am writting a small app that will provide a GUI frontend for installing multiple software packages. The problem that occurs is in the GUI, after the user has checked all the software they want to install an