Displaying 7 results from an estimated 7 matches for "wxcaption".
2007 Jul 04
5
loading menu using XmlResource
...ere is my xml:
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxFrame" name="ID_NOTIFIER" subclass="notifier">
<style>wxCAPTION|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxCLOSE_BOX</style>
<size>300,300</size>
<title>wxnc</title>
<object class="wxMenuBar" name="ID_MENUBAR">
<object class="wxMenu">
<label>Fil...
2008 Aug 12
1
xrc panels using xrcise
...9;ve this xrc layout:
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxFrame" name="ID_NOTIFIER" subclass="notifier">
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxCLOSE_BOX|wxFULL_REPAINT_ON_RESIZE</style>
<size>300,400</size>
<title>wxnc</title>
<object class="wxMenuBar" name="ID_MENUBAR">
<object class="wxMenu&q...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a
version number and packaged up for download.
Given the nature of SWIG, having a lot more people use it would probably
result in more code contributions to this project.
Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG
is fairly stable right now in terms of frequency of changes...
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
...version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxWizard" name="ID_MEWIZARD" subclass="MeWizard">
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style>
<exstyle>wxWIZARD_EX_HELPBUTTON</exstyle>
<title>Me Wizard</title>
<bitmap>wizard.png</bitmap>
<object class="wxWizardPageSimple" name="ID_WIZARDPAGE1"...
2009 Mar 27
0
xrciser problem
...<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxFrame" name="MyFrame1" subclass="MyFrame">
<style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxCLOSE_BOX|wxTAB_TRAVERSAL</style>
<bg>#b1bdd1</bg>
<size>590,612</size>
<title>Tool</title>
<centered>1</centered>
<object class="wxBoxSizer">
<orient>wxVERTICAL</ori...
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...file #####
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">;
<object class="wxFrame" name="ID_WXFRAME" subclass="TextFrameBase">
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style>
<size>400,300</size>
<title>From Scratch</title>
<centered>1</centered>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>...
2006 Dec 02
7
Gauge Problem with XRC?
Hi
I''ve just started using wxruby2-preview-0.0.36-i386-mswin32
outsourcing layout part to the external XRC file. Almost everything
seems to be fine. Only that I can never retrieve Gauge objects in the
main script. What I''ve been trying is something like this:
class MainFrame < Wx::Frame
include Wx
def initialize(parent)
super(nil,-1, "")