tamir Posted January 31, 2005 Posted January 31, 2005 when i create an updown control and press the "up" arrow it decrease the number and "down" arrow increase it, y is that?
Josbe Posted January 31, 2005 Posted January 31, 2005 when i create an updown control and press the "up" arrow it decrease the number and "down" arrow increase it, y is that?<{POST_SNAPBACK}>Set the limits for you UpDown and replace the variables...GUICtrlSetLimit(-1, $Max, $Min)About this default behavior, maybe JPM will be able to respond you. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
jpm Posted January 31, 2005 Posted January 31, 2005 Set the limits for you UpDown and replace the variables...GUICtrlSetLimit(-1, $Max, $Min)About this default behavior, maybe JPM will be able to respond you. <{POST_SNAPBACK}>About the default :I did not add any code to the creation and window react that way. I have no idea why they do that.
Josbe Posted January 31, 2005 Posted January 31, 2005 About the default :I did not add any code to the creation and window react that way. I have no idea why they do that. <{POST_SNAPBACK}>Yes, that happen using the example attached at GUICtrlCreateUpdown page.(tested under: Win2k SP4) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
jpm Posted January 31, 2005 Posted January 31, 2005 Yes, that happen using the example attached at GUICtrlCreateUpdown page.(tested under: Win2k SP4)<{POST_SNAPBACK}>I know but that the way windows work by default
tamir Posted January 31, 2005 Author Posted January 31, 2005 thanks all. another thing: is it possible to make a button with icon and text on it?
jpm Posted January 31, 2005 Posted January 31, 2005 thanks all.another thing: is it possible to make a button with icon and text on it?<{POST_SNAPBACK}>I don't think so icon or text. But I can be wrong. Holger is the specialist
tamir Posted January 31, 2005 Author Posted January 31, 2005 hmm ok, i'll wait for him. could u plz answer me this: how do i make the ENTER press do its action (move the line down) in edit control? i thought it was $ES_AUTOVSCROLL but it's not working...
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