Author Topic: New wxWidgets 2.6.3-RC2  (Read 12974 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
New wxWidgets 2.6.3-RC2
« on: March 19, 2006, 07:09:12 pm »
Just an slightly off-topic notice: wxWidgets 2.6.3-RC2 is out. I'm currently compiling and I'll give a try to "C::B versus wxWidgets 2.6.3-RC2"... ;-)
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: New wxWidgets 2.6.3-RC2
« Reply #1 on: March 19, 2006, 08:09:06 pm »
Just an slightly off-topic notice: wxWidgets 2.6.3-RC2 is out. I'm currently compiling and I'll give a try to "C::B versus wxWidgets 2.6.3-RC2"... ;-)
With regards, Morten.

Interesting new. Thanks for sharing it :). If you build C::B with wxWidget 2.6.3-RC2, please let me know if you still have layout problems as I have posted here.

I will build 2.6.3-RC2 tomorrow and give it a try.

Best wishes,
Michael

Offline Conan Kudo

  • Multiple posting newcomer
  • *
  • Posts: 111
    • Enano CMS Project
Re: New wxWidgets 2.6.3-RC2
« Reply #2 on: March 20, 2006, 01:30:27 pm »
Let us know if it fixes the nasty GUI toolbar problems, as I suggested here.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New wxWidgets 2.6.3-RC2
« Reply #3 on: March 20, 2006, 07:00:54 pm »
please let me know if you still have layout problems as I have posted here.
Yes, the toolbar problems remain. It's exactly the same, they are too wide as in your post. :-(
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New wxWidgets 2.6.3-RC2
« Reply #4 on: March 20, 2006, 07:04:21 pm »
Let us know if it fixes the nasty GUI toolbar problems, as I suggested here.
Well, I'm using XP so the issue remains there. Anyway: I tried to disable theming by using WindowsXP in "classic design" mode. I'm not sure whether the theming dll is really "disabled" then but this doesn't resolve the issue, too. :-(
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: New wxWidgets 2.6.3-RC2
« Reply #5 on: March 20, 2006, 07:10:02 pm »
Yes, the toolbar problems remain. It's exactly the same, they are too wide as in your post. :-(
With regards, Morten.

Thank you very much for your feedback :). I have also asked in the wxAUI forum, but it seems that it is not wxAUI the cause :(.

Best wishes,
Michael

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New wxWidgets 2.6.3-RC2
« Reply #6 on: March 20, 2006, 07:35:21 pm »
Thank you very much for your feedback :).
You're welcome. Please have a look in this topic where I may have made progress...?!
http://forums.codeblocks.org/index.php?topic=2331.0
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New wxWidgets 2.6.3-RC2
« Reply #7 on: March 20, 2006, 07:43:35 pm »
but it seems that it is not wxAUI the cause :(.
For now I'd say it is wxAUI. The value for bestw - the best width for the toolbar - is calculated wrong. It is always computed to the value 792 - whyever. This is part of wxAUI, you'll find the code in manager.cpp.
I don't know yet where exactly this happens, I'm still digging into this...
With regards, Morten.
« Last Edit: March 20, 2006, 07:46:19 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: New wxWidgets 2.6.3-RC2
« Reply #8 on: March 20, 2006, 08:19:07 pm »
but it seems that it is not wxAUI the cause :(.
For now I'd say it is wxAUI. The value for bestw - the best width for the toolbar - is calculated wrong. It is always computed to the value 792 - whyever. This is part of wxAUI, you'll find the code in manager.cpp.
I don't know yet where exactly this happens, I'm still digging into this...
With regards, Morten.

Hmmm. Personally, I do not exclude wxAUI to be guilty, anyway, this is the answer I have got from Alex Bligh:

Quote
I have. It works fine. I've done the largest number of tests with the patches at http://www.alex.org.uk/wxAUI/index.html applied, but even without them, I've at least tried the sample application and it's OK.

Best wishes,
Michael

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: New wxWidgets 2.6.3-RC2
« Reply #9 on: March 20, 2006, 10:28:50 pm »
Hmmm. Personally, I do not exclude wxAUI to be guilty, anyway, this is the answer I have got from
Quote
I have. It works fine. I've done the largest number of tests with the patches at http://www.alex.org.uk/wxAUI/index.html applied, but even without them, I've at least tried the sample application and it's OK.
I can confirm this - I tried myself. And in the other topic Thomas pointed out that he also believes it's not an wxAUI issue. He also explained, why... I guess... I didn't really get it... :oops: :lol:
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ