Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: problem with wxTextCtrl right alignment

by Anonymous Monk
on Jul 20, 2011 at 06:24 UTC ( [id://915597]=note: print w/replies, xml ) Need Help??


in reply to problem with wxTextCtrl right alignment

You want to use rich text ctrl, see http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/samples/text/text.cpp and
#!/usr/bin/perl -- use strict; use warnings; use Wx; use Wx::Demo; my $app = Wx::SimpleApp->new; my $demo = Wx::Demo->new; $demo->show_module( 'Wx::DemoModules::wxRichTextCtrl'); $demo->show_demo_window; $app->MainLoop; exit( 0 );

Replies are listed 'Best First'.
Re^2: problem with wxTextCtrl right alignment
by Swalif (Scribe) on Jul 20, 2011 at 06:30 UTC
    I really appreciate your quick response, this fixed the problem and worked perfect. best regards

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://915597]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found