Author Topic: Setting in Code::Blocks for Widgets Tools?  (Read 2390 times)

Offline dominover

  • Multiple posting newcomer
  • *
  • Posts: 46
Setting in Code::Blocks for Widgets Tools?
« on: February 07, 2013, 02:05:22 am »
I'm thinking this is a CodeBlocks question because wxwidgets works fine in most ways.
I have correctly built wxWidgets for use in CodeBlocks, I've done this many times and it has worked fine.

This time something has changed. Now I can create a new wxWidgets project in CodeBlocks but the widgets don't appear in the CodeBlocks window, meaning I can't add or remove widgets or even see the widgets toolbar at the bottom of the screen.   I can build the start (basic project) and it outputs a exe file as it would normally do.  No problem with compiling.  It's just displaying the widgets for use in CodeBlocks I seem to have lost.

Would anyone know if there is a setting in CodeBlocks which affects this?  

Thanks
« Last Edit: February 07, 2013, 02:06:57 am by dominover »

Offline dominover

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: Setting in Code::Blocks for Widgets Tools?
« Reply #1 on: February 07, 2013, 03:04:51 am »
Well, looks like I have to select wxSmith on creating the project.  I don't think I did that before, but now it seems I have to in order to see the wxWidgets Gui builder.