Start condition: A window w/ caption 'Erase' exists
Running AutoItX in java script:
do {
autoIt.WinClose('Erase');
} while(autoIt.WinExists('Erase'));
Surprisingly, this loop runs for ever.
Issuing
autoIt.WinGetState('Erase');
returns 5: Window exists + Window is enabled
Running the AutoIt example script WinList.au3 does _not_ display a window 'Erase'
Looks like a bad problem in AutoItX?
I'm trying to automate Nero InCD's GUI dialog and found, that the button IDs Button<n> displayed by Window Info change from one GUI instance to the next.