News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

crash occured ! How to change the font face of the caption!

Started by Lev, May 25, 2015, 11:48:34 AM

Previous topic - Next topic

Lev

With the help of so many warm-hearted people,I had solved several problems in the codeblocks that I built.

However there are some problems that I haven't fixed.

I will appreciate it you can help me !

Firstly,the font face of the caption of logs & others and Management is still ugly!

I can't find the relative code to change the font face!

It seems impossible to change the font face !It's not as easy as changing the font face of the startpage

What's worse is that the CB I built crashed when I had a right click on the caption of "Logs & Others".

That's a sad story!

Many thanks to the warm-hearted people!








oBFusCATed

Quote from: Lev on May 25, 2015, 11:48:34 AM
Firstly,the font face of the caption of logs & others and Management is still ugly!

I can't find the relative code to change the font face!
Probably because it is somewhere inside the code for wxAUI.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard

Quote from: Lev on May 25, 2015, 11:48:34 AM
What's worse is that the CB I built crashed when I had a right click on the caption of "Logs & Others".

i can't reproduce the crash with my c::b build (32bit wx2.8) (code from obfuscated Git Hub repo. I think it is somehow the latest svn)

can you run c::B trough the debugger and post the back trace of the crash?

What version of wxWidgets are you using?

@dev: Shouldn't there be a possibility to get a bt without gdb?

greetings

oBFusCATed

Yes, the crash handler should do it, but sometimes it doesn't capture it correctly.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]