Zhang Peng wrote:
> I downloaded ruby 1.9.0 and do "make" and
"make install" ruby to
> /usr/local ...
>
> When I tried to run my wxruby code, I got the following
message ...
There is a known bug in ruby 1.9.0 which affects event
handlers of the
form:
evt_foo :on_foo
Do you have any of these in your code? If so see if it works
if you
specify the event handler like this:
evt_foo { | event | on_foo(event) }
http://rubyforge.org/track
er/?func=detail&aid=16625&group_id=426&atid=1698
alex
_______________________________________________
wxruby-users mailing list
wxruby-users rubyforge.org
ht
tp://rubyforge.org/mailman/listinfo/wxruby-users
|