Jump to content

GUI Control Repositioning


Recommended Posts

So I've made an app that parses XML downloaded via inetget and generates multiple controls based on the information. The problem that I've had is that depending on the quantity of information fetched, the GUI could take several seconds to load, so to cope for this I am toggling the handle of the GUI between 2 array slots and deleting the previous GUI the last second before the new GUI is displayed. What I want to do is merely deleting the unused controls and re-position the new controls without entirely deleting the GUI and recalculating the positions of all of the controls. Also, how to simple re-position the existing controls from a static window size to a maximized / restored window size without deleting the GUI. Any help / examples would be much appreciated, and ill link what I'm doing in my script below.

Videos.au3

Edited by HitOrange
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...