Jump to content

_ArrayDisplay without stopping script?


Recommended Posts

Well I've stumbled upon a phase, where I want to use the same process of autoit3 program to do my commands. What I do is I call for a list of specific items in "_ArrayDisplay" but the problem is the main process pauses while the display is active. Is there any solution for this, while doing this in the same process?

Thank you.

Link to comment
Share on other sites

Not while using _ArrayDisplay() unless of course you modified the function itself. _ArrayDisplay is meant priimarily for debug purposes.

That being said, _ArrayDisplay uses a ListView control to display the contents of the array. You could do the same thing to display the array contents and not have to pause the script.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

It's not a pain at all. As I said, that function is for debug purposes and shouldn't be expected to perform any differently to what it does.

Writting a simple GUI with a listview control is very simple and if you look in the help file, there is even a function called _GUICtrlListView_AddArray()

Hint: It's in the User Defined Functions section.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

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