isync has asked for the wisdom of the Perl Monks concerning the following question:
or with the shorthand Hide()$this->{tab2}->{sizer_right}->Show(0); $this->Layout();
the app complains that it is "unable to resolve overloaded method for Wx::Sizer::Hide"$this->{tab2}->{sizer_right}->Hide(); $this->Layout();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WxPerl: Hide() a GridSizer?
by dirving (Friar) on Jul 09, 2008 at 05:33 UTC | |
|
Re: WxPerl: Hide() a GridSizer?
by pc88mxer (Vicar) on Jul 09, 2008 at 06:08 UTC | |
by isync (Hermit) on Jul 09, 2008 at 08:43 UTC |