NewVersionTester Posted February 11, 2014 Posted February 11, 2014 (edited) Versions: AutoIt3Wrapper v.2.1.4.0 SciTE v.3.3.7.0 I would change this: Local $H_INP_ICON = GUICtrlCreateEdit($INP_Icon, 100, 205, 440, 20) --> Local $H_INP_ICON = GUICtrlCreateINPUT($INP_Icon, 100, 205, 440, 20) This way you have no useless scrollbar. I hope this small bug-report was helpful. P.S.: I also found this lines quite useless, but this is only my opinion: If @error = 1 Then $rc = MsgBox(4100, "AutoIt3 Compile", "do you want to stop the process?") If $rc = 6 Then Exit EndIf I think, if somebody clicks on "cancel" he also wants to "cancel" and stop the process. Edited February 15, 2014 by NewVersionTester Debugging is fun, because it always begins with a mystery.
Developers Jos Posted February 19, 2014 Developers Posted February 19, 2014 Versions: AutoIt3Wrapper v.2.1.4.0 SciTE v.3.3.7.0 I would change this: Local $H_INP_ICON = GUICtrlCreateEdit($INP_Icon, 100, 205, 440, 20) --> Local $H_INP_ICON = GUICtrlCreateINPUT($INP_Icon, 100, 205, 440, 20) This way you have no useless scrollbar. I hope this small bug-report was helpful. I've used an Edit control to be able to handle long paths. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
NewVersionTester Posted March 15, 2014 Author Posted March 15, 2014 (edited) Thanks for your answer. But the problem is that you cannot enter the path to the icon manually. (tested on windows xp SP3) And why should the paths for the icon such long and the others not? Edited March 15, 2014 by NewVersionTester Debugging is fun, because it always begins with a mystery.
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