Glenn Linderman wrote:
> The -vscroll doesn't seem to have any affect.  When I later
>
> $help_text -> Text ( $long_string );
>
> and use a string that is longer than fits in the Textfield, I
> expected, but did not get, a vertical scroll bar on the right of
> the Text field.  Any easy way to make that happen?  Or must I
> limit my help text to the available space?

add this option when you create the Textfield:
    -autovscroll => 1

this should do the trick.
    
cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;



Reply via email to