CyberSlug Posted January 30, 2005 Posted January 30, 2005 Tested with 3.1.0.3 on WinXP sp2 Problem: Use GUICtrlCreateUpdown help file example. The up arrow DECREASES the values, and the down arrow INCREASES the values. Workaround: explicitly call GuiCtrlSetLimit($updown, $MAX, $MIN) ;... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
jpm Posted January 31, 2005 Posted January 31, 2005 Tested with 3.1.0.3 on WinXP sp2Problem: Use GUICtrlCreateUpdown help file example. The up arrow DECREASES the values, and the down arrow INCREASES the values.Workaround: explicitly call GuiCtrlSetLimit($updown, $MAX, $MIN) ;...<{POST_SNAPBACK}>Finally I decide to force the up arrow to increment and the down arrow to decrement
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