Jump to content

ListView Updating


Recommended Posts

If you have a ListView box with items in it, and you want to update the items constantly so it displays the values in realtime, what would be the best way of doing it? Notice that the number of items is not a set number that I have programmed. Would the best way to go would be to store the items into an array and recreate the array if an item is added or deleted. Then if the amount of items stays the same, but the value changed just use the GUICtrlSetData to change the element in the array?

Link to comment
Share on other sites

Thats what I'm looking for. I'll check out the beta. There just wasn't many other options I could think of with the final release. Plus I'm still fairly new to AutoIt. I've had an account here for awhile, but I haven't written much in it. I'm more of a Java guy.

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...