From: <tho...@ba...> - 2001-02-01 06:40:37
|
Thank you! Is the complete script available somewhere? cheers, Thomas |
From: <tho...@ba...> - 2001-02-02 13:16:29
|
Laurent, this is great! Thank's a lot. Thomas ro...@cl...@INT...@li... on 02.02.2001 05:36:52 Bitte antworten an per...@li...@INTERNET Gesendet von: per...@li... An: per...@li...@INTERNET Kopie: Thema: Re: [perl-win32-gui-users] Tabstrips Hello, An other solution for hide and show TabStrip page. This is a TabStrip test, i have made. I use a GroupBox for each Page, and attach elements on it. Then, just show and hide the good GroupBox. Laurent. ----- Original Message ----- From: <tho...@ba...> > might be a silly question but anyway: How can I remove all Elements from a > Window in case a different Tab on a Tabstrip is > clicked and different Elements should be displayed on the Window accordingly? > Or can I define separate "Panels" with > different Elements for each Tab? > Thomas Emde |
From: <tho...@ba...> - 2001-02-02 15:13:03
|
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 ro...@cl...@INT...@li... on 02.02.2001 05:36:52 Bitte antworten an per...@li...@INTERNET Gesendet von: per...@li... An: per...@li...@INTERNET Kopie: Thema: Re: [perl-win32-gui-users] Tabstrips Hello, An other solution for hide and show TabStrip page. This is a TabStrip test, i have made. I use a GroupBox for each Page, and attach elements on it. Then, just show and hide the good GroupBox. Laurent. ----- Original Message ----- From: <tho...@ba...> > might be a silly question but anyway: How can I remove all Elements from a > Window in case a different Tab on a Tabstrip is > clicked and different Elements should be displayed on the Window accordingly? > Or can I define separate "Panels" with > different Elements for each Tab? > Thomas Emde |
From: Laurent R. <ro...@cl...> - 2001-02-03 17:44:24
Attachments:
TabStrip.zip
|
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 > |
From: Laurent R. <ro...@cl...> - 2001-02-04 20:13:12
Attachments:
TabPanel.zip
|
Hello Find in attach file, a package for easy use of TabStrip. - Panel.pm : implement a container window - TabPanel.pm : implement a tabstrip with Panel for each page. - Panel.pl : test Panel class - TabPanel.pl : test TabPanel class Question for improvement : - How get size of display area of a tab control ? (Actualy i use size of Tab control, but not working with multiline or imagelist) - Any idea for better implement of tab click event ? (I use a a global hash for keep reference of TabPanel) - Better name for class ? (my english isn't very good ;o) Laurent. |
From: christopher s. <chr...@ya...> - 2001-02-01 10:37:48
|
Yes it is available at the archives ... I just copied the subroutine long time ago. You need to search the archives and find out yourself ..sorry chris www.perl-resume.com ----- Original Message ----- From: <tho...@ba...> To: <per...@li...> Sent: Thursday, February 01, 2001 12:09 PM Subject: Antwort: Re: [perl-win32-gui-users] Tabstrips Thank you! Is the complete script available somewhere? cheers, Thomas _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |