Hello, I today noticed a surprising behavior while trying to duplicate a CommandEvent object. In fact I have the following lines in my program : p evt @previous_event = evt.clone p @previous_event The output is the following: #<Wx::CommandEvent:0x41522d0> #<Wx::Event:0x4151538> Wheras I would expect @previous_event to be an instance of CommandEvent as well. I guess (did not check yet) that CommandEvent did not define its specialization of the clone method. In this kind of case, who do you react? Do you correct it into the C code? Do you correct it in Ruby code? To you let the "users" deal with it in their own program? Thanks for your answer, Bests Stefano -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-development/attachments/20100906/7566cbe9/attachment.html>