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

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

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

2013-01-01 Thread 震坤 蔡
Hi, Guys. 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.GetParent(h