Questions tagged [xrc]
25 questions
0
votes
1 answer
Wrong layout when porting dialog code to python 3 and phoenix
I am porting my old python 2.7 code to 3.6 with wxpython phoenix and struggling now with a wxdialog where I don't succeed to get the correct layout. All wigdets appear in the upper left corner of the window. Can anybody help?
I work with Python…

Humbalan
- 677
- 3
- 14
0
votes
0 answers
wxpython load xrc file then load Frame failed
I use wxFormBuilder to generate my ui and xrc file
in python code what i do is:
self.res = xrc.XmlResource("abcd_xrc.xrc")
self.frame = self.res.LoadFrame(None, 'MyFrame2')
self.frame.SetSize((750,700))
I load the xrc file then load the frame…

Andy
- 1
0
votes
2 answers
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.

Martin
- 45
- 1
- 5
0
votes
1 answer
Ruby wxRuby GUI XRC to rb error
Cannot create wrapper for class without 'subclass'
attribute
It outputs as blank file.
My command is
xrcise -o Button.rb Button.xrc
I use DialogBlock designer.

Masked Man
- 522
- 1
- 6
- 21
0
votes
0 answers
column title of wxListCtrl loaded from XRC file - wxRuby
I have problem with loading column title for wxListCtrl which are
defined in xrc file. According to XRC file format description
(http://docs.wxwidgets.org/trunk/overview_xrcformat...)
it shall be possible to define column names for wxLC_REPORT style…

myszon
- 86
- 5
0
votes
2 answers
Autocomplete in wxpython if load from xrc
I am trying to work with xrc resource in wxpython.
It is good but where is one big "no" - there is no autocomplete of wxFrame class loadet from xrc. And other loaded from xrc classes too.
Is this right or I'am doing somthing wgong?
here is the part…

Viktor
- 313
- 2
- 11
0
votes
1 answer
wx xrc + aui manager
Is it possible, and if so, how(links, tutorials) to use XRC to load aui-elements?
I want to create a somewhat advanced interface for a program, without wanting to do everything in-code.
Greetings

ShadowFlame
- 2,996
- 5
- 26
- 40
0
votes
0 answers
Python XRC Buttons not clickable
I'm working on a python app, and have hit a snag. My goal is to have a main frame containing numerous controls, and a panel which will be loaded from an xrc file specified at run time. Essentially, when a user clicks a button, I want a panel to be…

nickvans
- 898
- 13
- 24
-1
votes
1 answer
Replacing widgets in a xrc created dialog
I would like to replace a dialog's object dynamically but didn't find a way. The dialog is created with the help of a xrc definition file.
All what I found is…

Humbalan
- 677
- 3
- 14
-1
votes
1 answer
Is there a tool to convert wxWidgets XRC files to HTML?
I have an application with tons of windows (frames and dialogs) made with wxWidgets XRC. I'm preparing to convert all generated screens to HTML to make an web version, before doing it I would like to know if someone knows a tool for doing so,…

Fred
- 23
- 6