Wx::ListCtrl#set_item_count appears to be broken. If I pass it
anything but a Fixnum (is_a Integer), it crashes and says it needs a
“long” (which Fixnum should appease), but if I pass it a Fixnum it
crashes with “cannot convert nil into String.”
Wx::ListCtrl#set_item_count appears to be broken. If I pass it
anything but a Fixnum (is_a Integer), it crashes and says it needs a
“long” (which Fixnum should appease), but if I pass it a Fixnum it
crashes with “cannot convert nil into String.”
Never mind. My on_get_item_text method wasn’t returning a string, and
this was the useless error that Ruby gives me thanks to Ruby’s useless
threads.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.