Re: wxTextAttr

2008-03-23 Thread Mattia Barbon
Octavian Rasnita wrote: Hi Mattia, Thank you very much! This is good news. I've seen that I can set the colors of the text, and the alignment, but I couldn't find how to set a certain font with some attributes (bold, italic, underline). Could you please give me a short example? Just use

Re: wxTextAttr

2008-03-21 Thread Mattia Barbon
Octavian Rasnita wrote: Hi Octavian, I want to create a readonly multiline rich text control that has the wxTE_PROCESS_ENTER style, so I've tried to use Wx::TextCtrl with the wxTE_RICH2 style. I need to make some format settings in the control, like the font, the color, background-color,

Re: wxTextAttr

2008-03-21 Thread Octavian Rasnita
- Original Message - From: Mattia Barbon [EMAIL PROTECTED] To: Octavian Rasnita [EMAIL PROTECTED] Cc: wxperl-users@perl.org Sent: Friday, March 21, 2008 7:15 PM Subject: Re: wxTextAttr Octavian Rasnita wrote: Hi Octavian, I want to create a readonly multiline rich text control

wxTextAttr

2008-03-20 Thread Octavian Rasnita
Hi, I want to create a readonly multiline rich text control that has the wxTE_PROCESS_ENTER style, so I've tried to use Wx::TextCtrl with the wxTE_RICH2 style. I need to make some format settings in the control, like the font, the color, background-color, boldness and other things like that