Jump to content

Move an "_ArrayDisplay" window


Recommended Posts

Help me move and display more than 1 "_ArrayDisplay" window to view the status of certain arrays during Debug.

When you launch that command, script stop and so i can't move and resize the windows that appear (es: using "WinMove") ... SORRY FOR MY ENGLISH !!!

Link to comment
Share on other sites

Help me move and display more than 1 "_ArrayDisplay" window to view the status of certain arrays during Debug.

When you launch that command, script stop and so i can't move and resize the windows that appear (es: using "WinMove") ... SORRY FOR MY ENGLISH !!!

You can create a cutom gui to display an array as _ArrayDisplay does and have it not pause the script.

Link to comment
Share on other sites

If you're just debugging then this ugly way is ok:

Main script:

Dim $array[5]=["hello","lol","don't know","what","to write next"]
$handle=FileOpen("temp.tmp",1)
For $i=0 To Ubound($array)-1
    FileWriteLine($handle,$array[$i])
Next
FileClose($handle)
ShellExecute("debugarray.au3","",@ScriptDir,"Run")oÝ÷ Ø
ëk â²ZÊÇ+ZºÚ"µÍÚ[ÛYH Ñ[K]LÉÝÂÚ[ÛYH Ð^K]LÉÝÂ[H  ÌÍØ^BÑ[TXYÐ^J  ][ÝÝ[ ][ÝË  ÌÍØ^JB[Q[]J  ][ÝÝ[ ][ÝÊBÐ^QÜ^J ÌÍØ^J

Broken link? PM me and I'll send you the file!

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