Help on MSAA

M

Mythili Madhav

Hi,

I need to write a wrapper around MSAA in Python for having my own control
classes like MyApplication, MyWindow, MyPushButton etc which I think is
basically to subclass from MSAA's classes. I have downloaded pyAA but I
don't know how and from what to subclass. Has anybody worked on this? If
yes, kindly revert.

Thanks in advance,
SMI
 
G

Gary Bishop

Mythili Madhav said:
I need to write a wrapper around MSAA in Python for having my own control
classes like MyApplication, MyWindow, MyPushButton etc which I think is
basically to subclass from MSAA's classes. I have downloaded pyAA but I
don't know how and from what to subclass. Has anybody worked on this? If
yes, kindly revert.

pyAA is a low-level wrapper for MSAA and WindowsEvents which are two
really tricky to use APIs. What is there is just what we have needed so far.

Look at the bottom of pyAA.py at the example of watching Internet
Explorer. It demonstrates a primitive series of classes that go
from AAbase to a WindowWatcher, to AAapp and on to AAIE (a wrapper
for Internet Explorer).

gb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,172
Messages
2,570,934
Members
47,475
Latest member
ShannonGro

Latest Threads

Top