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.
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
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
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