Re: [python-win32] python and rtf

2006-08-18 Thread Ray Schumacher
>> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Christopher >> Frauenberger >> Sent: Friday, 18 August 2006 1:12 AM >> To: python-win32@python.org >> Subject: [python-win32] python and rtf >> >> >> Hi, >> >> si

Re: [python-win32] python and rtf

2006-08-18 Thread Mark Hammond
erger > Sent: Friday, 18 August 2006 1:12 AM > To: python-win32@python.org > Subject: [python-win32] python and rtf > > > Hi, > > since python 2.3.4 and wxPython 0.6 it was possible to render rtf in > wxTextCtr like > > class RTFWindow(wx.TextCtrl): > >def

[python-win32] python and rtf

2006-08-17 Thread Christopher Frauenberger
Hi, since python 2.3.4 and wxPython 0.6 it was possible to render rtf in wxTextCtr like class RTFWindow(wx.TextCtrl): def __init__ (self,parent): wx.TextCtrl.__init__(self,parent,style = wx.TE_MULTILINE | wx.TE_RICH | wx.TE_READONLY) ... win = RTFWindow(None) win.rtfSubWin.LoadFile(