Author Topic: Idea for a dialog designer plugin  (Read 11148 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Idea for a dialog designer plugin
« on: February 13, 2005, 08:39:04 am »
Hi. I stumbled upon this wxWidgets link:
http://www.wxwidgets.org/manuals/2.5.2/wx_xrcoverview.html

It's a wxWidgets more-or-less-official XML-based resource framework called XRC (i noticed that code::blocks allows .xrc files to be included in a project).

My idea is that if we define a "XRC wxWidgets project" we can use a dialog editor that builds the corresponding XML.

Compare the  clean xml code with the "Hello world" in the sample wxwidgets project. In comparison with this pretty markup, all the C++ pointers and functions make me dizzy.

So, if we managed to make a dialog designer that uses this engine, and integrate it into code::blocks, it would be great! :) This way we can avoid the problems of C++ code generation and maintenance, and effectively separate the visual  design from the programming.

I say this because the visual part, which is "design", shouldn't be mixed with the source code, which is "programming".

I'd like to hear your opinions on this.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Idea for a dialog designer plugin
« Reply #1 on: February 13, 2005, 09:22:00 am »
Quote
(i noticed that code::blocks allows .xrc files to be included in a project)

Code::Blocks, actually, uses XRC files itself  ;)
All the dialogs (except the main application window) are built with XRCs...

Yiannis.
Be patient!
This bug will be fixed soon...