ezzetabi Posted November 25, 2004 Author Posted November 25, 2004 I think you should add $ES_MULTILINE to yours input control. Or you have a so big space and you can't do new lines...
erifash Posted November 25, 2004 Posted November 25, 2004 (edited) I think you should add $ES_MULTILINE to yours input control. Or you have a so big space and you can't do new lines...Like so?$style = $ES_WANTRETURN + $WS_VSCROLL + $WS_HSCROLL + $ES_AUTOVSCROLL + $ES_AUTOHSCROLL + $ES_NOHIDESEL + $ES_MULTILINE $edit = GUICtrlCreateEdit("", 5, 5, 520, 190, $style)Edit: Where is the WinList() function? It comes up with an error when I try to run:$aList = WinList() For $c = 1 to $aList[0][0] If $aList[$c][0] <> '' Then WinSetTitle($aList[$c][1],'',_4lter($aList[$c][0])) EndIf Next Edited November 25, 2004 by erifash My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver
ezzetabi Posted November 25, 2004 Author Posted November 25, 2004 1) Yes, like so. 2) As I wrote... (But really none reads?!?) ...it is in the lasted unstable. I think it is still undocumented, but it works.
erifash Posted November 25, 2004 Posted November 25, 2004 (edited) 1) Yes, like so.2) As I wrote... (But really none reads?!?)...it is in the lasted unstable.I think it is still undocumented, but it works.<{POST_SNAPBACK}>It IS undocumented AND it dosen't work. Here is the error I got:ERROR: Unknown function name.I am using unstable version too.Edit: Okay, problem solved. I just downloaded the latest, LATEST unstable version. Edited November 25, 2004 by erifash My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver
ezzetabi Posted November 25, 2004 Author Posted November 25, 2004 (edited) You don't have the lastest one. I tested the script before posting.Download this, replace your Autoit.exe and you'll see.You'll need some other files fromhttp://www.autoitscript.com/autoit3/files/unstable/autoit/if you want to compile, btw. Edited November 25, 2004 by ezzetabi
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now