hi
On 27/02/2010 17:35, Lui Kore wrote:> irb(main):003:0> UpdateUIEvent.set_mode 1
> TypeError: Expected argument 0 of type wxUpdateUIMode, but got Fixnum 1
> in SWIG method ''wxUpdateUIEvent::SetMode''
> from (irb):3:in `set_mode''
> from (irb):3
> from D:/Ruby/ruby1.9.1-mingw/bin/irb:12:in `<main>''
>
Thanks for the report. Looks like a missing mapping of a C++ enum ->
Ruby Fixnum.
I''ve filed as a bug, should be a straightforward fix for the next
release
http://rubyforge.org/tracker/index.php?func=detail&aid=27910&group_id=35&atid=218
cheers
alex