Displaying 12 results from an estimated 12 matches for "wxall".
Did you mean:
wall
2009 Apr 03
2
Problem with spacing
...t;
<flag></flag>
<border>5</border>
<object class="wxBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<flag>wxALL</flag>
<border>5</border>
<object class="wxStaticText" name="groupLabel">
<label>Contact Group:</label>
</object>
</object>
<object class="sizeritem"...
2009 Mar 27
0
xrciser problem
...lspan>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxGROW|wxALL</flag>
<border>5</border>
<option>1</option>
<object class="wxStaticText"
name="m_staticText1">...
2009 Nov 23
1
xrcise not working
...t;500,300</size>
<title>Minimal</title>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL</flag>
<border>5</border>
<object class="wxStaticText" name="m_staticText12">
<label>Test</label>
</object>
</object>...
2009 Aug 10
2
xrcise -o test.rb ui.xrc
...<object class="wxGridSizer">
<rows>2</rows>
<cols>2</cols>
<vgap>0</vgap>
<hgap>0</hgap>
<object class="sizeritem">
<option>1</option>
<flag>wxEXPAND | wxALL</flag>
<border>5</border>
<object class="wxPanel" name="m_panel1">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
&...
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...0</size>
<title>From Scratch</title>
<centered>1</centered>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxGROW|wxALL</flag>
<border>5</border>
<option>1</option>
<object class="wxTextCtrl" name="text_box1"
subclass="CaseChangeTextCtrl1">
<style>wxTE_MULTILINE</style>...
2006 Apr 23
5
Re: StaticBoxSizer bug?
...ox = new wxStaticBox(panel, wxID_ANY, wxT("BoxTitle"));
> wxStaticText *text = new wxStaticText(panel, wxID_ANY, wxT("Some text!"));
> wxStaticBoxSizer *staticBoxSizer = new wxStaticBoxSizer(box, wxVERTICAL);
>
> staticBoxSizer->Add(text, 1, wxEXPAND | wxALL, 16);
> boxSizer->Add(staticBoxSizer, 1, wxEXPAND | wxALL, 16);
> panel->SetSizerAndFit(boxSizer);
> }
>
> ------------------------------------------------------------------------
>
> #!/usr/bin/env python
>
> from wxPython.wx import *
>
> class SizerTe...
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, "")
2009 Mar 19
6
xrc file and WxGrid
...gray box, and I can''t seem to manipulate it at all. I
tried adding columns, resizing columns, populating it with data, etc.
but still nothing.
I look at the XRC file and see that this is all it is:
<object class="sizeritem">
<option>1</option>
<flag>wxALL</flag>
<border>5</border>
<object class="wxGrid" name="grid_videos" />
</object>
Does XRC not handle Wx::Grid properties?
~Trans.
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
...<bg>#FFFFFF</bg>
<bitmap>oooh.png</bitmap>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxGROW|wxALL</flag>
<border>5</border>
<object class="wxStaticText" name="wxID_STATIC">
<label>This is some static text.</label>
</object>
</object...
2007 Apr 28
6
XRC Problem
...t;/bitmap>
</object>
</object>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>1</option>
<flag>wxALL|wxEXPAND</flag>
<object class="wxTreeCtrl" name="Contacts">
<style>wxTR_HAS_BUTTONS|wxTR_NO_LINES|wxTR_HIDE_ROOT|wxTR_DEFAULT_STYLE|wxSUNKEN_BORDER</style>
</object>
</object>...
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
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...