Max Kozlov wrote:
>Hello perl-win32-gui,
>
>  i new in Win32::GUI and have small problem in my test script:
>...

give the Label -height => 50 and you'll see what's happening ;-)
text is wrapping, eg.:

Open
pressed...

this happens because if you don't give -width and -height, it 
is calculated based on the initial -text.
when you change it, it is not automatically adjusted.
maybe what you're looking for is -truncate => 1.
this way you loose only some of the final dots ;-)

cheers,
Aldo Calpini
<[EMAIL PROTECTED]>




Reply via email to