Re: [python-win32] Windows 7

2013-01-02 Thread Tim Roberts
Ali . Mohamed Makawii wrote: > Ihave windows 7 help me how to use python-win32 What have you tried? What works, what doesn't? -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. ___ python-win32 mailing list [email protected] http://m

Re: [python-win32] The program passes on Win7 but fails on Win8

2013-01-02 Thread Tim Roberts
震坤 蔡 wrote: > > I wrote the following program. It could not pass on Win8, but it can > pass on Win7. > It will try to simulate the action to click the Next button on an > existing dialog (I use JDK installation dialog). > I believe the issue comes from the statement > 'win32gui.SendMessage(win32gui

Re: [python-win32] The program passes on Win7 but fails on Win8

2013-01-02 Thread Tim Roberts
Tim Roberts wrote: > 震坤 蔡 wrote: >> I wrote the following program. It could not pass on Win8, but it can >> pass on Win7. >> It will try to simulate the action to click the Next button on an >> existing dialog (I use JDK installation dialog). >> I believe the issue comes from the statement >> 'win3