Re: TextCtrl problem

2008-05-28 Thread Mark Dootson
Hi, Just to add that if you require different styles applied to different ranges of text within a text control, now might be a good time to switch to the Wx::RichTextCtrl interface, which probably wasn't available when you started out on the project. Regards Mark Keith Brown wrote: Hi

Re: TextCtrl problem

2008-05-28 Thread Huub Peters
Keith Brown wrote: Hi all. I'm writing a wxperl app that uses a text control to print out information for the user. The program deals with some aspects of the physics of nuclear spins. I've been developing the program under Linux for a couple of years with the intention of moving it ove

Re: TextCtrl problem

2008-05-28 Thread Bradley K. Embree
Hey Keith, Try making sure the TextCtrl style includes 'wxTE_RICH', as I believe you need that style under windows to play with the font/style. Brad Embree [EMAIL PROTECTED] Keith Brown wrote: Hi all. I'm writing a wxperl app that uses a text control to print out information for the user

TextCtrl problem

2008-05-28 Thread Keith Brown
Hi all. I'm writing a wxperl app that uses a text control to print out information for the user. The program deals with some aspects of the physics of nuclear spins. I've been developing the program under Linux for a couple of years with the intention of moving it over to Windows (and Ma