Jump to content

Ryan Lowe

Members
  • Posts

    2
  • Joined

  • Last visited

Ryan Lowe's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Nevermind, I guess the methods changed for version 3 (eg WinGetTitle instead of WinGetActiveTitle). The AutoItX helpfile gives the right list. The online reference and all the examples I could find seem not to be correct. Oh well, now Im happy.
  2. Im having problems with the AutoItX3.Control in Python. Some of the functions are not being found, like WinGetActiveTitle or WinMinimize, while others like the ones in your example do work. The tooltip shows (strRun=<PyOleEmpty object at 0x0042E506>, ... This is what the win32 object says after AutoIt is Dispatched <win32com.gen_py.AutoItX3 1.0 Type Library.IAutoItX3 instance at 0x15441312> Something is clearly not linked or registered correctly, but I cant figure out what I can do about it. Anyone have a suggestion? Thanks
×
×
  • Create New...