xrc

Is there to include elements from one xrc file in another xrc file

I've got an wx App that has the UI defined in XRC files. Each form is in its own xrc file. There is one panel that is common to many of the forms. Is there a way to have objects defined in one file that are included and referenced in another? I know there is a object_ref mechanism, but I can't see how that can reference external xrc fil...

XRCed learning resources?

I've seen many people saying XRCed very strong "if you have learned how to use it". Unfortuntately, there're few documents about it, and many of the links on SF.net home page is 404 now. The best I can found is XRCed Tutorial, however it is too primitive - so, does anyone have some idea for where can I find better documents about it? ...

C++\Win32 API - Load controls at run-time from xml

Is there a library that can load controls (buttons, text boxes, etc.) from an xml file? Kind of like in WPF. ...