AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GUI Edit control

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Pasukun



Joined: 16 Dec 2004
Posts: 84

PostPosted: Tue Mar 08, 2005 11:01 pm    Post subject: GUI Edit control Reply with quote

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. Smile
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5390
Location: /b/

PostPosted: Tue Mar 08, 2005 11:04 pm    Post subject: Reply with quote

Use -Wrap.

Example:
Gui, Add, Edit, -Wrap +Multi, EditBox
_________________

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group