sandman Posted August 28, 2007 Posted August 28, 2007 (edited) (This is for an AIPad bugfix) I'm trying to make it in my script so that when this new control is created, it will be the same size as the original control. The original control is set to automatically dock, so depending on the window size it could be huge or tiny. I haven't been able to find anything yet... does anyone know how? Thanks! (something like this:)$newcontrol = GUICtrlCreateEdit("", GUICtrlGetWidth($oldcontrol), GUICtrlGetHeight($oldcontrol)) Edited August 28, 2007 by sandman [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
Moderators SmOke_N Posted August 28, 2007 Moderators Posted August 28, 2007 Look at ControlGetPos(). Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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