Author Topic: crash occured ! How to change the font face of the caption!  (Read 3656 times)

Offline Lev

  • Multiple posting newcomer
  • *
  • Posts: 13
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!







« Last Edit: May 25, 2015, 01:25:07 pm by Lev »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: crash occured ! How to change the font face of the caption!
« Reply #1 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.
(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!]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: crash occured ! How to change the font face of the caption!
« Reply #2 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: crash occured ! How to change the font face of the caption!
« Reply #3 on: May 26, 2015, 08:32:37 pm »
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!]