Frame width

S

shoa

Hello
In my application, I need to show the content (text) in an textbox in a
panel that inside of a Frame (after I click in a button). As the content of
text is different each time, I want the size (length) of this frame can be
adjustable. that means depending on the content of text, the size of the
textbox and the frame can be long or shot so that the text can fit in.

Could you please help
Thank you
S.Hoang
 
A

Andrew Thompson

In my application, I need to show the content (text) in an textbox in a
panel that inside of a Frame (after I click in a button). As the content of
text is different each time, I want the size (length) of this frame can be
adjustable. that means depending on the content of text, the size of the
textbox and the frame can be long or shot so that the text can fit in.

What about if the text is longer than the screen?
Are your going to have a Frame that is inconveniently
larger than the screen?

Why not rely on the default behaviour of the TextArea to
provide it's own scrollbars as needed*?

* Though you may prefer to use someting like.

new TextArea("", 5, 40, TextArea.SCROLLBARS_VERTICAL_ONLY )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top