From: Peter E. <Pet...@at...> - 2001-04-18 18:03:25
|
tried it and works like a charm! and to answer my own question, no it doesn't get hidden behind the tabstrip. -----Original Message----- From: Peter Eisengrein=20 Sent: Wednesday, April 18, 2001 1:59 PM To: 'per...@li...' Subject: RE: [perl-win32-gui-users] GUI button problems Cool, I'll try adding the control to the window. Doesn't really matter = to the script, just visually. Does the button get hidden behind the tab = strip though? -----Original Message----- From: Johan Lindstrom [mailto:jp...@bo...] Sent: Wednesday, April 18, 2001 9:21 AM To: per...@li... Subject: Re: [perl-win32-gui-users] GUI button problems Peter wrote: >depresses). I am guessing the problem is because it is nested on a = Tab, but >I'm not sure. And if that is it, whatis the proper way to call it? In = the >script below, if you click on this button you do NOT get any output to = the >console. I had the same problem. My workaround was to simply not insert the = control=20 i the TabStrip but in the Window itself. The only difference, so far as = I=20 could tell, is that the left/top is relative to the Window instead of = the=20 TabStrip interior. Either way you'll have to keep track of which = controls=20 belong to which tab yourself. Stuff for making that easier: If you look through the archives you'll = find=20 a posting from Laurent Rocher with a module for managing TabStrips. I = think=20 that involves using your current approach, so maybe the missing-event=20 problem is solved by using it, I don't know. Or you can download the = Oasis=20 source and use the Win32::GUI::TabStripGroup class. /J -- Johan Lindstr=F6m, Sourcerer, Boss Casinos Ltd, Antigua jp...@bo... _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |