This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: ISTextField line wrap
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 14, 2006
12:34 PM
ISTextField line wrap
Anybody know how to enable line wrapping within an ISTextField?
This is my 3rd newbie question so if anyone has a good link they can post which will help me answer these sorts of "easy" questions in the future, I'd very much appreciate it.
Thanks,
Paul
This is my 3rd newbie question so if anyone has a good link they can post which will help me answer these sorts of "easy" questions in the future, I'd very much appreciate it.
Thanks,
Paul
(1) Reply
Jun 14, 2006
05:36 PM
If you only want to display wrapped text, then you can use either an ISFlowLabel or ISHtmlControl. There is no built-in ISMP control for multi-line wrapped text input, however. You could create a custom control for one based on a swing JEditorPane (not a simple task, but possible).