Derek J. Lambert wrote:
>   I'm trying to create a control that I can display multiple lines of text
> in (like a multi-line label). I've tried using escape codes in a label,
> but it does not work. I can't find any reference to a control like this
> in the docs. Can anyone point me in the right direction here please?
> Thanks

labels works the same way as textfields (as Ravi Singh pointed out);
you must use \r\n to put a newline in the text. sorry if it wasn't
clear :-)

cheers,
Aldo

__END__
# Aldo Calpini
%_ = split undef, join ' ', qw(fahokem
xritajbugne csuctawer jhdtlrnpqloevkshpr
); print map $_{$_}, sort keys %_;





Reply via email to