Hello
Yes, i have the same problem ;o)
I made a new version with click event working.
I remove Groupbox and use a specific class for the Page of the TabStrip.
So, event react now.
I have a problem for read or use elements in this class without a
specific reference.
For exemple, $Win->Page0->SimpleLabel->Text("Click !!!") in the click
event don't work.
In the second sample, i attach an create all with $Win->Tab.
I can use elements like this
$Win->Tab->Page0->{"SimpleLabel"}->Text("Click !!!").
Don't understand why, but work.
Laurent.
----- Original Message -----
From: <tho...@ba...>
Subject: Antwort: Re: [perl-win32-gui-users] Tabstrips
> 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
>
|