On Thu, Sep 24, 2009 at 10:37 AM, Andre Arpin <ar...@kingston.net> wrote:
> I often use the console to debug program which manipulate text.
>
> The display uses a variable size font, which is pretty, but very hard to check
> for character position.
>
> Could you change the console font to a fix width font.
>
> adding the line
>        m_textCtrl->SetFont(wxFont(10, wxTELETYPE, wxNORMAL, wxNORMAL));
> after the m_textCtrl is created would do the trick.
>

This is a good idea, I currently am in the middle of reworking getting
multiple base classes together so I can't commit anything else, but
I'll try to remember. I've also not forgotten your sample game,
thanks, it's just that I want to really get the multiple base classes
working first.

Thanks,
    John

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to