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
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
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
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