Re: [python-win32] MS Word and Python - how to disable SaveAs event?

2007-12-14 Thread bob gailer
Wojtek P wrote: > Hello! > > I try use Microsoft Word and OpenOffice with Python - and i have some > problems. How to disable "Save As" in word from python code, or how to > cancel this function when user use it? This code below doesn't work :/ > > wxPython 2.8.4.2 > Python 2.4.

Re: [python-win32] python and Windows Resource Files.

2007-12-14 Thread Tim Roberts
Tim Roberts wrote: > Johri, Mayank (GTI) wrote: > >> >> I am writing a python program which uses Windows Resources for GUI >> (i.e. Dialog boxes), does anyone know a good starting point >> or tutorials to get & set values of common controls such as List view, >> button, textBox etc for it. >>

Re: [python-win32] python and Windows Resource Files.

2007-12-14 Thread Tim Roberts
Johri, Mayank (GTI) wrote: > > I am writing a python program which uses Windows Resources for GUI > (i.e. Dialog boxes), does anyone know a good starting point > or tutorials to get & set values of common controls such as List view, > button, textBox etc for it. How are you creating the dialog?

[python-win32] python and Windows Resource Files.

2007-12-14 Thread Johri, Mayank (GTI)
Hello, I am writing a python program which uses Windows Resources for GUI (i.e. Dialog boxes), does anyone know a good starting point or tutorials to get & set values of common controls such as List view, button, textBox etc for it. Thanks and Regards, Mayank Johri Ph: 212.647.3076

Re: [python-win32] MS Word and Python - how to disable SaveAs event?

2007-12-14 Thread Tim Roberts
Wojtek P wrote: > > I try use Microsoft Word and OpenOffice with Python - and i have some > problems. How to disable "Save As" in word from python code, or how to > cancel this function when user use it? This code below doesn't work :/ You can't. This is not a Python issue. Word simply does expo

[python-win32] MS Word and Python - how to disable SaveAs event?

2007-12-14 Thread Wojtek P
Hello! I try use Microsoft Word and OpenOffice with Python - and i have some problems. How to disable "Save As" in word from python code, or how to cancel this function when user use it? This code below doesn't work :/ wxPython 2.8.4.2 Python 2.4.4 from win32com.client import DispatchWithEvent