Timothy Smith wrote:
i want to put a textctrl into my app which can be used to load and edit megs with or text, whats the bext control to use for this?
It depends on your needs. You could use a wx.TextCtrl with the wx.TE_RICH2 style set, or perhaps a wx.stc.StyledTextCtrl.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!