hennesse has asked for the wisdom of the Perl Monks concerning the following question:
How do you get Win32:GUI() to resize your label?
When you do:
Win32:GUI automatically determines the size of the label.my $label = $main->AddLabel( -text =>"Something", );
But when you do:
it keeps the same size, and some of the text doesn't show.Win32::GUI::Change($label->{-handle}, ( -text => "Longer label here", );
How do you make it recalculate?
Thanks - Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32:GUI Label resize
by BrowserUk (Patriarch) on Oct 29, 2011 at 04:24 UTC | |
by hennesse (Beadle) on Oct 29, 2011 at 17:54 UTC | |
by BrowserUk (Patriarch) on Oct 30, 2011 at 01:18 UTC | |
|
Re: Win32:GUI Label resize
by Anonymous Monk on Oct 29, 2011 at 02:27 UTC |