Jump to content

Recommended Posts

Posted

Message box has automatic window shut down, what am I missing to automatically shut down _ArrayDisplay window?

MsgBox(4096, "Test", "This box will time out in 10 seconds", 10)

Function reference doesn't address the issue of closing the window. Searched found this only thing about that function :http://www.autoitscript.com/forum/index.php?showtopic=68154&st=0&p=504220&hl=array_display&fromsearch=1&#entry504220

Thank you.

Posted (edited)

Thanks for your reply. I have about 15 hours total experience of playing around with the many powerful function of AutoIt, my interpretation of what you are saying to me is: I should consider taking my time and resources to develop or add to the standard supplied UDF so that the users might have more functionality with the _ArrayDisplay function. Or that I have as much time and power to create a new function that has similar features as the _ArrayDisplay function. If I am interpreting your reply correctly then my answer is yes that is a good suggestion and I will consider it for the future. I am very thankful for AutoIt and hope that soon I will be able to make as much useful contributions as so many others have on this forum. I appreciate you letting me know it is not currently an option for this function. Cheers.

Not an option in the standard supplied UDF but what is holding you back from copying it and updating it with this option for your own use?

Edited by meatsack
  • Developers
Posted

You are reading much more into it then intended. The standard supplied UDF's do what we feel is needed by the general users of them.

You can easily copy the code from the Include file, in this case array.au3, and add the option to it to have it time out and close automatically.

This is really not that difficult to do and most of the coding is there to use.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Oh, ok. I see. I'll take a look at that.

. . .

You can easily copy the code from the Include file, in this case array.au3, and add the option to it to have it time out and close automatically. . .Jos

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
  • Recently Browsing   0 members

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