I do know that if you add a link to that file in your path it will work from
the run prompt.
you can create "script.lnk" and type just "script" from the run prompt
it will run it without the ".lnk" file extension. I use this feature all
the time to keep from using the mouse to double click e
Thank you very much for all of your help. I took your advice and
arranged things better, added the $Win_Terminate without -1, removed one
Win32::GUI::Dialog(), changed the sub to only $Win->Show(); moved the
constructors to the top with the others.
It turned out to be shear stupidity on my part t
Thanks, but as stated below, my primary machine is running 5.005_3
version build 623 of activeperl and not 5.6. I would appreciate the new
version though as I have another machine which IS running 5.6 and would
like to play with it. I have to have both for my environment and cant
upgrade my curre
Why do you want to go from very old to old? The latest version is 558, not
502. Take
http://prdownloads.sourceforge.net/perl-win32-gui/Win32-GUI-0.0.558-PPM-5.6.
zip
unzip it, change to the directory and then do
ppm install Win32-GUI.ppd
This will install the local file instead of trying to conne
I have version Perl build 523 and Win32::GUI version 0.0.434 and wish to
upgrade. I tried to download from :
http://prdownloads.sourceforge.net/perl-win32-gui/Win32-GUI-0.0.502-PPM-
5.005.zip and got a "Cannot find server or DNS Error"
Is this available via ppm and if so, what is the repository p
I copied your code into a script of mine and it worked. Please make sure you
have Win32-GUI 0.0.558 (in a dos window, run ppm query win32-gui).
As for your approach, I would recommend you create the dialogbox and all
it's controls outside the sub stored_Click, before you call
Win32::GUI::Dialog()
Dave,
It's probably a good idea to put the $Win->Show(); at the end of the
'stored_Click 'sub, that is, after you added all the controls. And from what I
remember, you should only call Win32::GUI::Dialog(); once.
regards,
erick bourgeois
never stop questionning
www.jeb.ca
- Original Message
I am having a problem with a dialog box. The main problem is, it won't
show up. Below is the code I am using to open a new window from my main
window when a button is pushed ( store ) . Before this code is all of my
normal application code ( which works fine ). I have tried it with and
without the
Ah,
you just change the tab_click to tab_change...
At 09:13 21/05/01 +0100, you wrote:
Hi,
I am having a problem with tabstrips.
When selecting the tabs by mouse the fields hide and show as expected
but if I use the left and right arrow keys the tabs move but the fields
don't change (
9 matches
Mail list logo