Author Topic: Add GUI to C::B  (Read 5059 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Add GUI to C::B
« on: February 17, 2011, 09:11:30 pm »
What is the preferred way to add new user interfaces (dialogs) to C::B?
1. wxSmith
2. XRC + hand made code
3. something else?

If it is XRC + hand made code, how do you edit the XRC file?
(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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Add GUI to C::B
« Reply #1 on: February 18, 2011, 10:36:02 pm »
1. wxSmith
Definitely. It used to be XRC, but wxSmith is way more modern and in fact we should clearly support our own UI designer in the end, shoudln't we?! ;-)

I've designed a lot UI's using wxSmith meanwhile - I see no issues.
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 oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Add GUI to C::B
« Reply #2 on: February 18, 2011, 10:47:43 pm »
I've just found that editing XRC with wxSmith is way better than wxFormBuilder and XRCed :)
(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 cacb

  • Lives here!
  • ****
  • Posts: 536
Re: Add GUI to C::B
« Reply #3 on: February 19, 2011, 04:23:45 pm »
1. wxSmith

wxSmith is excellent. It does what I need. My only worry is if it is being maintained?

Update: Sorry, noted afterwards that this was about adding GUI to C::B, something I have not done. wxSmith is still my preferred GUI editor in general.
« Last Edit: February 19, 2011, 04:26:21 pm by cacb »