Bob,

Do you mean u want to control pythonwin ide itself as somekind of automation? Else whether its MFC or wxPython, those are for you to develop windows native like apps where u get to do all those thing that u list.
If you want to control pythonwin, then its another story.

Marcus.

bob gailer wrote:
Stef Mientki wrote:
bob gailer wrote:
How can I learn to "script" pythonwin?

I'd like to start with a script that would open an existing .py file in an edit window, then do various things such as:
 set the window size and position
 scroll the text
 position the cursor
 size the "class" pane
 position the splitter

Any pointers are welcome.

you might take a look at the exPython demo.

Did you mean wxPython?

How does that relate to the edit windows in the PythonWin IDE? It is those windows that I want to manage. According to Mark H I must use MFC.




_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to