Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Lev on May 25, 2015, 11:48:34 am

Title: crash occured ! How to change the font face of the caption!
Post by: Lev on May 25, 2015, 11:48:34 am
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!

(http://i1.tietuku.com/6df19c3f99fd0e75.png)

(http://i1.tietuku.com/422ef6b2785084fe.png)

(http://i1.tietuku.com/da3794b436a611aa.png)

(http://i1.tietuku.com/50f75f09e777110f.png)
Title: Re: crash occured ! How to change the font face of the caption!
Post by: oBFusCATed on May 25, 2015, 09:22:55 pm
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.
Title: Re: crash occured ! How to change the font face of the caption!
Post by: BlueHazzard on May 26, 2015, 07:48:52 pm
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
Title: Re: crash occured ! How to change the font face of the caption!
Post by: oBFusCATed on May 26, 2015, 08:32:37 pm
Yes, the crash handler should do it, but sometimes it doesn't capture it correctly.