<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user">
    <title>gmane.comp.lang.ruby.wxruby.user</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5149"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5148"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5147"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5146"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5145"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5144"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5143"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5142"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5141"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5140"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5135"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5134"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5130"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5149">
    <title>Re: Grid Cell Background Colour</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5149</link>
    <description>&lt;pre&gt;I should probably also have mentioned, the Table object is derived from 
Wx::GridTableBase.

&lt;/pre&gt;</description>
    <dc:creator>Norbert Lange</dc:creator>
    <dc:date>2012-05-17T22:21:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5148">
    <title>Grid Cell Background Colour</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5148</link>
    <description>&lt;pre&gt;On to my next question.  :-)

I've been trying to get the cell background colour to work for a
Wx::Grid
control.  Setting a default background colour works, but using the
set_cell_background_colour method for an individual cell doesn't.
Following is a short snippet of what I'm trying to do (essentially
highlight cells that don't match):

  columnNames = Array.[]("Col1", "Col2", "Col3")
  row1 = Array.[]("A", "B", "C")
  row2 = Array.[]("X", "Y", "Z")
  resultSet = Array.[](row1, row2)

  table = Table.new(columnNames, resultSet)
  grid = Wx::Grid.new(panel, -1)
  grid.set_table(table)
  &amp;lt; at &amp;gt;grid.set_cell_background_colour(1, 1, Wx::RED)

Any help is greatly appreciated.

Norbert

&lt;/pre&gt;</description>
    <dc:creator>Norbert Lange</dc:creator>
    <dc:date>2012-05-17T22:02:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5147">
    <title>Re: Notebook Change Page Event Handling</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5147</link>
    <description>&lt;pre&gt;Alex Fenton wrote in post #1061104:

Thanks Alex.  That's exactly what I was looking for.

Norbert

&lt;/pre&gt;</description>
    <dc:creator>Norbert Lange</dc:creator>
    <dc:date>2012-05-17T15:28:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5146">
    <title>Re: Notebook Change Page Event Handling</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5146</link>
    <description>&lt;pre&gt;hi

On 16/05/12 21:18, Norbert Lange wrote:

Welcome to wxRuby. There are two events : evt_notebook_changing and 
evt_notebook_changed. They receive a Wx::NotebookEvent, and the former 
can be veto-ed if you want to prevent the change.

There's an example within the bigdemo sample:
http://wxruby.rubyforge.org/svn/trunk/wxruby/samples/bigdemo/wxNotebook.rbw

alex
&lt;/pre&gt;</description>
    <dc:creator>Alex Fenton</dc:creator>
    <dc:date>2012-05-17T09:22:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5145">
    <title>Notebook Change Page Event Handling</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5145</link>
    <description>&lt;pre&gt;I'm still a bit new to Ruby, but have been using WxRuby for a couple of
months now.  I've created a notebook with a few pages, and am having a
tough time understanding how to implement an event handler that would
get called whenever the page gets changed.

Would someone be kind enough to post a simple example?

&lt;/pre&gt;</description>
    <dc:creator>Norbert Lange</dc:creator>
    <dc:date>2012-05-16T20:18:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5144">
    <title>key event down</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5144</link>
    <description>&lt;pre&gt;
i cannot do work key down event pls give me a hand thanks this is my code:



require "rubygems"
require "wx"
include Wx

class MyFrame &amp;lt; Frame

  def initialize
    super(nil,                             #Parent 
          :title =&amp;gt; "RadioBox Example",    #Displays on top of window 
          :pos =&amp;gt; [1030, 25],               #or Wx::DEFAULT_POSITION
          :size =&amp;gt; [250, 500]              #or Wx::DEFAULT_SIZE
          
          #For the position and size arguments, you don't need to specify Point and Size 
          #objects anymore. See: wxRuby Overview on the doc page wxruby_intro.html
    )
    evt_key_down() { | ev | &amp;lt; at &amp;gt;text_position.label = "working key down" }

    panel = Wx::Panel.new(self)    #Parent = self = this Frame

    drink_choices = ["coffee", "tea", "juice", "milk"]   #labels for radio buttons

    radios = Wx::RadioBox.new(
        panel,                        #Parent 
        :label =&amp;gt; "Drinks",           #Label for box surrounding radio buttons
        :pos =&amp;gt; [20, 5],            &lt;/pre&gt;</description>
    <dc:creator>Ivan Vilches Basaul</dc:creator>
    <dc:date>2012-05-11T07:16:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5143">
    <title>Re: invalid gem format on ruby 1.9</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5143</link>
    <description>&lt;pre&gt;Although not directly helpful, I just thought I would post that I got 
wxruby installed ok on Windows - so it does work (once you remember the 
1.9 version is the one you need).

&lt;/pre&gt;</description>
    <dc:creator>Kevin McCaughey</dc:creator>
    <dc:date>2012-05-02T19:48:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5142">
    <title>Re: Printing (on Windows) without using any print dialogs</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5142</link>
    <description>&lt;pre&gt;Hi Carsten

On 17/04/12 12:33, Carsten Gehling wrote:

It looks like wxRuby doesn't know at the moment that PaperSize is just a 
constant and it should treat it as such. It's an oversight in the 
wrapping, sorry.


It's not something that can be worked round directly in Ruby, I think. 
The best thing to do would be to post a bug - it isn't a difficult fix 
to the C wrapper, but I don't have time now I'm afraid.

alex

_______________________________________________
wxruby-users mailing list
wxruby-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users&lt;/pre&gt;</description>
    <dc:creator>Alex Fenton</dc:creator>
    <dc:date>2012-04-19T20:14:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5141">
    <title>Printing (on Windows) without using any print dialogs</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5141</link>
    <description>&lt;pre&gt;I am developing a Windows application that is going to print on
envelopes (C5 and C6 envelopes) based on data, that is retrieved from an
external order system.

The application is going to be running mostly automatic. So I need to
bypass the print setup dialog, that is normally used when printing with
wxRuby.

This presents me with some problems. I create a Wx::PrintData object to
control the printer, paper size, orientation, etc. like this (the
printer name is just an example, I hold it in a config file):


pd = Wx::PrintData.new
pd.set_printer_name("Dell 3110cn")
pd.set_paper_id(Wx::PAPER_ENV_C6)

The last line gives me this error:

`set_paper_id': Expected argument 1 of type wxPaperSize, but got Fixnum
31 (TypeError)

The type wxPaperSize is not defined (as far as I can see), but it iś
something coming from the SWIG interface. I don't really know how to
solve this.

If outputting the existing paper_id I get:


#&amp;lt;SWIG::TYPE_p_wxPaperSize:0x2173c40&amp;gt;

Which doesn't really make it any clearer for me. So how &lt;/pre&gt;</description>
    <dc:creator>Carsten Gehling</dc:creator>
    <dc:date>2012-04-17T11:33:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5140">
    <title>Re: getting wxRuby to work on Ubuntu 11.10</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5140</link>
    <description>&lt;pre&gt;
Thanks - I totally agree. Chauk-mean has done great work to get things 
working with SWIG 2.x, and that should be maintainable now. There is a 
bigger job up ahead of porting to wxWidgets 3.0, which will get the 
library working again properly on OS X.


What problem did you run into with the event binding?

Our Ohloh page has a list of SVN commits: 
https://www.ohloh.net/p/wxruby/commits

You could have a browse through that - some of the older ones will 
involve adding classes.


There's some stuff on the wiki already on adding a class - is that what 
you meant by a 'lib'? Anyway, just posting to say that I'm around, even 
if I might be a bit slow to reply...

cheers
a
&lt;/pre&gt;</description>
    <dc:creator>Alex Fenton</dc:creator>
    <dc:date>2012-04-13T08:53:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5139">
    <title>Re: getting wxRuby to work on Ubuntu 11.10</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5139</link>
    <description>&lt;pre&gt;Sorry missed this as Spam Assassin snatched it due to the relay and  
lack of rDNS.


I've been absent as I've been hoping job sites so haven't made much  
progress in getting the wx 2.8.11 contrib lib for property grid added  
in my local dev files. My test case is from a working wx C++ project.  
I have the entire interface sans that plus a custom control working in  
wxRuby.

I hit a wall in my lack of experience with SWIG and getting the events  
correct. I am very intrigued by the post of someone committing a patch  
getting SWIG 2.x working. I really want to try and find a commit or  
*something* I can read a diff where a dev added a control so I can see  
the process.

As an aside, implementing a custom wxRuby class to "roll my own"  
property grid was easy with the current control support, however that  
defeated the purpose of learning. Maybe we can sweet talk a dev into  
posting a diff or short tutorial on adding a lib. Seeing the walk  
through of adding a small lib (maybe making a custom control&lt;/pre&gt;</description>
    <dc:creator>tk&lt; at &gt;tkinnovations.net</dc:creator>
    <dc:date>2012-04-10T15:42:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5138">
    <title>Re: Tooltip (help text) on toobar button not showing</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5138</link>
    <description>&lt;pre&gt;Alessandro Barracco wrote in post #1006073:

Up!!!!

&lt;/pre&gt;</description>
    <dc:creator>Alessandro Barracco</dc:creator>
    <dc:date>2012-04-09T22:07:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5137">
    <title>Re: getting wxRuby to work on Ubuntu 11.10</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5137</link>
    <description>&lt;pre&gt;Hi,



SWIG-2.0.x support has been added in SVN (in the
branches/wxruby_2_0_stable).
It's not yet delivered as a release but you can get the sources from SVN.
Like me, Alex, the lead developer, has been away from the project for a
long while.

Cheers,
Chauk-Mean
_______________________________________________
wxruby-users mailing list
wxruby-users&amp;lt; at &amp;gt;rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users&lt;/pre&gt;</description>
    <dc:creator>Chauk-Mean Proum</dc:creator>
    <dc:date>2012-04-09T07:22:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5136">
    <title>Re: getting wxRuby to work on Ubuntu 11.10</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5136</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 08.04.2012 01:11, schrieb Kevin McCaughey:

I agree. So you already had contact with the wxRuby devs in #wxruby on
Freenode?


Commiting to OpenSource software is always a good way to develop things.


He uses the mailing list directly and has switched to posting to the
wxRuby development ML, which is not listed on ruby-forum.com (see
http://wxruby.rubyforge.org/wiki/wiki.pl?MailingLists). However, I’ve
not seen any post by him in the last weeks.


I’ve looked into wxRuby’s sourcecode a while ago, and if I remember
correctly it’s made up of SWIG code to about 85%. I’m not sure about
the current SVN trunk, but at least for the latest stable release
2.0.1 you’re limited to SWIG version 1.3.38 and there’s no support for
wxWidgets 2.9.

Vale,
Marvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPgUUdAAoJELh1XLHFkqha/NYH/3yaCMXWA8f4O7+ln0vdIFRC
4WChevwk&lt;/pre&gt;</description>
    <dc:creator>Quintus</dc:creator>
    <dc:date>2012-04-08T07:58:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5135">
    <title>Re: getting wxRuby to work on Ubuntu 11.10</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5135</link>
    <description>&lt;pre&gt;I am coming at this from C/C++ and have fallen in love with Ruby. After 
much reading of this forum and asking on IRC, I think it would be a real 
shame to have wxRuby slide into oblivion.

I have a lot of time on my hands at the moment (unless my current 
project takes off quicker than expected). I have never committed 
anything to Open Source, but I am going to start here if I can.

To the guy posting above as guest - if you access this via 
ruby-forum.com you can set up a username easily and it means we know who 
the knew committer is! (By persona at any rate - which is helpful)

Just how much of this is a SWIG problem and how much is down to wxRuby 
just not being worked on? Even a ballpark percentage split would be 
helpful to know from one of the previous developers. If it's really just 
a SWIG problem then maybe our time is indeed better spent there for the 
moment?

&lt;/pre&gt;</description>
    <dc:creator>Kevin McCaughey</dc:creator>
    <dc:date>2012-04-07T23:11:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5134">
    <title>Re: getting wxRuby to work on Ubuntu 11.10</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5134</link>
    <description>&lt;pre&gt;i dont know if the thread owner is still aktive but i have commited my 
first works for my rwx binding https://github.com/Hanmac/rwx

&lt;/pre&gt;</description>
    <dc:creator>Hans Mackowiak</dc:creator>
    <dc:date>2012-03-03T14:53:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5133">
    <title>wxAuiFloatingFrame get_parent not supported</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5133</link>
    <description>&lt;pre&gt;ruby 1.9.3, wxWidgets 2.8.11, wxruby 2.0.1, ubuntu 11.10 x86_64

To get my sizers to update everything in some cases I need to:

self.parent.send_size_event

Self is a derived class of Wx::ScrolledWindow

The scrolledWindow is embedded in an AUI managed pane. While the pane  
is attached, the parent class is Wx::AuiFrame. At this point I can  
trigger an event that in turn calls the send_size_event and things are  
good.

If I detach the pane and fire the event that calls the  
self.parent.send_size_event I get the below error:

/wx/accessors.rb:48:in `get_parent': Error wrapping object; class  
`wxAuiFloatingFrame' is not supported in wxRuby (NotImplementedError)

I am thinking that the floating frame is a top frame and there isn't  
an application parent or I simply (hah) need to implement get_parent  
in some manner to deal with the size event feedback I want.

My current theory is I need to find a proper hook at some level above  
my embedded window. I am having trouble finding a hook or other method  
t&lt;/pre&gt;</description>
    <dc:creator>tk&lt; at &gt;tkinnovations.net</dc:creator>
    <dc:date>2012-03-01T21:27:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5132">
    <title>Re: invalid gem format on ruby 1.9</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5132</link>
    <description>&lt;pre&gt;Thanks.  I updated my rubygems and downloaded again for my Mac and it
works, but I'm still having trouble on the windows machine at work.
It must just be a glitch in the Matrix.


On Tue, Feb 21, 2012 at 12:55 AM, Quintus &amp;lt;sutniuq&amp;lt; at &amp;gt;gmx.net&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Joshua Shapiro</dc:creator>
    <dc:date>2012-02-21T19:10:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5131">
    <title>Re: invalid gem format on ruby 1.9</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5131</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 21.02.2012 02:34, schrieb Joshua Shapiro:

I cannot confirm this. On my machine (64-bit Linux system), the
wxruby-ruby19 gem installs just fine (just tried it). Maybe something
is wrong with your internet connection?

Here are some SHA256 checksums of the gems (Files downloaded from
RubyGems.org):

4b1447ebba15377e1390c6ad7abfccd65be3fe08308133d0cef0ecf68b1cbd13
wxruby-ruby19-2.0.0-x86_64-linux.gem

dd084db55e708eae9f7c0e48d79b4d4d9cc4a07692d52f934394e70cb3e5095e
wxruby-ruby19-2.0.1-x86-darwin-9.gem

aae48a712724dc30063cf382176c2146efe9806b19314ec055fb1c4dd76e763f
wxruby-ruby19-2.0.1-x86-linux.gem

5aa7bf3ca177e47c5ca6b5b659f34284438eab4c4e638bb31189d939967626af
wxruby-ruby19-2.0.1-x86-mingw32.gem

But note the only one I could test was the
wxruby-ruby19-2.0.0-x86_64-linux.gem file as that’s my system’s
architecture. However, last time I had a Windows on my fingers the
Windows gem worked (~3 Months ago), and since then no new wxRuby
release happened.

Jus&lt;/pre&gt;</description>
    <dc:creator>Quintus</dc:creator>
    <dc:date>2012-02-21T08:55:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5130">
    <title>invalid gem format on ruby 1.9</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5130</link>
    <description>&lt;pre&gt;Hi,

I have developed a small wxruby app on my old mac using wxruby 2.0.1
on ruby 1.8.6.  I am trying to upgrade now, and have encountered some
problems.

I use rvm to install ruby 1.9.2, then I run gem install wxruby-ruby19
and get the following error:

ERROR:  While executing gem ... (Zlib::DataError)
    invalid literal/lengths set

I use rvm to install ruby 1.9.1, then I run gem install wxruby-ruby19
and get the following error:

ERROR:  Error installing wxruby-ruby19:
invalid gem format for
/Users/josh/.rvm/gems/ruby-1.9.1-p431/cache/wxruby-ruby19-2.0.1-x86-darwin-9.gem

Finally, I install the stable version of ruby for windows on a windows
box and run gem install wxruby-ruby19 and get the same invalid gem
format for the x86-ming32 gem.

Any help would be much appreciated!

Regards,
Josh
&lt;/pre&gt;</description>
    <dc:creator>Joshua Shapiro</dc:creator>
    <dc:date>2012-02-21T01:34:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5129">
    <title>TreeCtrl event help</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.ruby.wxruby.user/5129</link>
    <description>&lt;pre&gt;hey could someone hel me cus I need to get the label for the selected
item when expanded but when I use the method evt_tree_expaded or
evt_tree_expanding it gives me nil like this:

require 'wx'
include Wx
class MyFrame &amp;lt; Frame
  def initialize
    super(nil,
    :title =&amp;gt; "prueba"
    )
    &amp;lt; at &amp;gt;my_panel = Panel.new(self)
    &amp;lt; at &amp;gt;my_label = StaticText.new(&amp;lt; at &amp;gt;my_panel,
    :label =&amp;gt; "MY",
    :pos =&amp;gt; [150, 25],
    :size =&amp;gt; Wx::DEFAULT_SIZE)
    &amp;lt; at &amp;gt;my_textbox = TextCtrl.new(&amp;lt; at &amp;gt;my_panel,
    :name =&amp;gt; "Default Textbox Value",
    :pos =&amp;gt; [20, 20])
    &amp;lt; at &amp;gt;my_combo = Wx::ComboBox.new(&amp;lt; at &amp;gt;my_panel,
    :name =&amp;gt; "Default Combo Text",
    :pos =&amp;gt; [150, 25],
    :choices =&amp;gt; ['Item 1', 'Item 2', 'Item 3'])
    &amp;lt; at &amp;gt;my_button = Button.new(&amp;lt; at &amp;gt;my_panel, -1, 'My Button Text')
    evt_button &amp;lt; at &amp;gt;my_button, :my_button_click
    &amp;lt; at &amp;gt;my_panel_sizer = BoxSizer.new(VERTICAL)
    &amp;lt; at &amp;gt;my_panel.set_sizer(&amp;lt; at &amp;gt;my_panel_sizer)
    &amp;lt; at &amp;gt;my_panel_sizer.add(&amp;lt; at &amp;gt;my_label, 0, GROW|ALL, 2)
    &amp;lt; at &amp;gt;my_panel_sizer.add(&amp;lt; at &amp;gt;my_textbox, 0, GROW|ALL, 2)
    &amp;lt; at &amp;gt;my_panel_sizer.add(&amp;lt; at &amp;gt;my_combo, 0, G&lt;/pre&gt;</description>
    <dc:creator>andres d.</dc:creator>
    <dc:date>2012-02-20T04:05:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.wxruby.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.wxruby.user</link>
  </textinput>
</rdf:RDF>

