How to draw colored border around wxTextCtrl ? Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
denarced
Knows some wx things
Knows some wx things
Posts: 47
Joined: Sun Dec 04, 2011 7:25 am

How to draw colored border around wxTextCtrl ?

Post by denarced »

Hello,

I was thinking about what's the best way to let the user know that value inserted into a text control is invalid. Draw a red border around the control of course. What are the ways in which this can be done ?
Youka
Experienced Solver
Experienced Solver
Posts: 51
Joined: Thu Feb 16, 2012 2:24 pm

Re: How to draw colored border around wxTextCtrl ?

Post by Youka »

denarced
Knows some wx things
Knows some wx things
Posts: 47
Joined: Sun Dec 04, 2011 7:25 am

Re: How to draw colored border around wxTextCtrl ?

Post by denarced »

Youka wrote:Border Colors
That does it .. thanks :)