Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: geronet on August 05, 2006, 09:38:38 pm

Title: Dissapearing text of controls in all wxWidgets-apps
Post by: geronet on August 05, 2006, 09:38:38 pm
Hi, i've begun programming with wxWidgets on msw, and testet c:b today first time on Linux, installed the debian packages and c:b latest nightly, but in all dialogs the text of controls only shows the first word like here:
(http://www.directupload.net/images/060805/temp/4xPepFG4.jpg) (http://www.directupload.net/show/d/780/4xPepFG4.jpg)
Only if i move the mouse over these controls, the full text appears:
(http://www.directupload.net/images/060805/temp/h6emWX5d.jpg) (http://www.directupload.net/show/d/780/h6emWX5d.jpg)

Same problem with the messages-panel in c:b, i can see the text only if i mark it with the mouse (sometimes).

It's a general problem of wxWidgets. The demo/example "widgets" has the same Problem, the text of controls dissapear if i click it:
(http://www.directupload.net/images/060806/temp/LIzWo2ik.jpg) (http://www.directupload.net/show/d/781/LIzWo2ik.jpg)

Does anybody have a hint?