LWC Posted September 2, 2010 Posted September 2, 2010 Can GUICreate's dimentions be changed dynamically as new buttons are added in a "for" loop? Thanks!
Solution Tvern Posted September 2, 2010 Solution Posted September 2, 2010 (edited) Try WinMove, with with the x and y parameters set to Default. Edit: It's best to resize only once, so try using it before, or after the For loop. Edited September 2, 2010 by Tvern
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