Jump to content

Uhu

Members
  • Posts

    14
  • Joined

  • Last visited

Uhu's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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?
  2. 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.
×
×
  • Create New...