Re: [python-win32] Win32 GUI for beginners.

2014-01-01 Thread Sean Murphy
All, thanks for the information. I will look into it. In relation to Tim's comment. The reason why I want to stick to Win32 API's is because I am blind. The screen reader which allows me to use the computer does not work with Xwindow style widgets. They have to be native Windows style objects.

Re: [python-win32] Win32 GUI for beginners.

2014-01-01 Thread Jacob Kruger
Sean, I am also what some of us refer to as a blindie, and, AFAIK, wxPython is roundabout the best framework to make use of for use/compatibility with screen readers/MSAA, and, while have in past primarily used the LBC (layoub by code) wxPython wrapper module to quickly generate simple/small UI

Re: [python-win32] Win32 GUI for beginners.

2014-01-01 Thread Eric S. Johansson
On 1/1/2014 1:52 AM, Sean Murphy wrote: All, thanks for the information. I will look into it. In relation to Tim's comment. The reason why I want to stick to Win32 API's is because I am blind. The screen reader which allows me to use the computer does not work with Xwindow style widgets. Th

Re: [python-win32] Win32 GUI for beginners.

2014-01-01 Thread Michael Torrie
On 12/31/2013 11:26 AM, Heang Lim wrote: > 2. When you convert your guiApp.ui into guiApp.py, it creates a Python > class (e.g Ui_Test_Automation for my apps) with widget objects you need to > call to trigger widget actions/signals. You will need to look into > guiApp.py Python script to learn to