| View previous topic :: View next topic |
| Author |
Message |
Pasukun
Joined: 16 Dec 2004 Posts: 84
|
Posted: Tue Mar 08, 2005 11:01 pm Post subject: GUI Edit control |
|
|
When GUI Edit control is used with a multiple lines, I understand that it will create a vertical scroll bar for you.
However is there a way to make it shows horizontal scroll bar as well when the line length exceed the window size?
I was using FileRead command to read all of a file's text into a variable, then use the variable to dump all of its contents into the GUI Edit control.
Is there better way to do this other than GUI Edit?
Thanks in advance.  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5390 Location: /b/
|
Posted: Tue Mar 08, 2005 11:04 pm Post subject: |
|
|
Use -Wrap.
Example:
Gui, Add, Edit, -Wrap +Multi, EditBox _________________
 |
|
| Back to top |
|
 |
|