From: Kevin A. <al...@se...> - 2001-09-10 00:06:32
|
I would like to use the wxTE_RICH rich text style for the TextField class. The change to TextField will give PasswordField and TextArea styled text as well. By allowing the use of the wxTE_RICH attribute we can have an optional attribute in the .rsrc.py file to turn on styled text for any given text field. I talked briefly with Neil about using the wxSTC control, but I think wxSTC is far more complicated for general use and should be a separate wrapped control. If there isn't any objection to requiring wxPython 2.3.1, I'll go ahead and make the change. Originally, I planned on waiting until 2.3.2 was out, but it is unclear when 2.3.2 will be released right now; note, that 2.3.2 also fixes the long-standing bug with the accelerator keys in menus. ka |