Re: [python-win32] Code help (Aleksandar Cikota)

2006-04-09 Thread Bob Gailer
Justin Ezequiel wrote: > FocusMax.FocusControl.Focus starts the auto focus operation and returns when > Focus is complete. This Method has the same effect as if the user clicked > the Focus button on the Focus tab (in FocusMax), but there is no reaction > and I don't get any error message. > > Pyt

Re: [python-win32] Code help

2006-04-09 Thread timr
On Sun, 9 Apr 2006 11:41:02, "Aleksandar Cikota" <[EMAIL PROTECTED]> wrote: > > > FocusMax.FocusControl.Focus starts the auto focus operation and returns when > Focus is complete. This Method has the same effect as if the user clicked > the Focus button on the Focus tab (in FocusMax), but there

Re: [python-win32] Code help (Aleksandar Cikota)

2006-04-09 Thread Justin Ezequiel
FocusMax.FocusControl.Focus starts the auto focus operation and returns when Focus is complete. This Method has the same effect as if the user clicked the Focus button on the Focus tab (in FocusMax), but there is no reaction and I don't get any error message. Python code: FM.Focus() # you need th