Tagged Questions
The xrc tag has no wiki summary.
0
votes
0answers
67 views
How do you use multiple XRC files in the same wxpython program?
I am trying to make a wxpython program using multiple XRC files. I would like to load serveral panels from different XRC files into the same frame. I would like to keep the panels in separate XRC ...
0
votes
0answers
99 views
Cannot specify the wxFrame size when sizer used in xrc
I'm using xrc to do the layout things in wxWidget,It's much easier than hard code.
But I find some problem when specify the size of a top window.
If the window have a sizer in it, the specified size ...
0
votes
1answer
286 views
How to make PyInstaller work on wxPython using 2 stage creation with XRC?
Everyone suggests switch from py2exe to PyInstaller for making a standalone executable from Python scripts. Our first trial is to make a wxPython application which makes usage of lots of 2 stage ...
0
votes
2answers
203 views
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.
0
votes
1answer
367 views
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 ...
0
votes
1answer
148 views
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 ...