I may be wrong, but I've found that you cannot call a _Click() directly (you
actually have to Click on something). I'd try this with your subs:
sub Open_Click {
Open();
}
sub Open {
my $file=GUI::GetOpenFileName(-title=>"File To Open",
-filter=>["*.*"],);
}
sub OpenHK_Click {
Open;
Hi,
seems that my joy was a little too early: If I create a button named "button"
and add it to a certain GroupBox (-parent => $Win->box)
then the subroutine "Button_Click" does not seem to react on my clicks on the
button...
regards,
Thomas
[EMAIL PROTECTED]@[EMAIL PROTECTED] on 02.02.2001 0
Laurent,
this is great! Thank's a lot.
Thomas
[EMAIL PROTECTED]@[EMAIL PROTECTED] on 02.02.2001 05:36:52
Bitte antworten an perl-win32-gui-users@lists.sourceforge.net@INTERNET
Gesendet von: [EMAIL PROTECTED]
An: perl-win32-gui-users@lists.sourceforge.net@INTERNET
Kopie:
Thema: Re: [perl-win3
Hehe..
The question I would ask is why isn't the documentation in all of the other
distributions, or at least a file to itself with a link to it in the source
code? I found the Win32-GUI accidently by doing a Win32 search on the PPM. It
looked like something that would interest me so I DLed it
Danny Zak wrote:
> Dear perl-win32-gui-users,
>
> i first want to send a real big package of congrats to the
> developers of this fasinating module..
thanks :-)
> It is great.. i already have some nice ideas of using the module,
> but as for now it is still in test or development phase ?
it's a
Dear perl-win32-gui-users,
i first want to send a real big package of congrats to the
developers of this fasinating module..
It is great.. i already have some nice ideas of using the module,
but as for now it is still in test or development phase ?
In the docs i can find lots of TBD (t
Shain Edge wrote:
> Hi. I just installed Win32-GUI and found absolutely _no_
> documentation with it. Where can I find the documents for help
> on using it?
download the source tree (Win32-GUI package on SourceForge) for
samples and documentation.
==
7 matches
Mail list logo