search for: malkier

Displaying 3 results from an estimated 3 matches for "malkier".

Did you mean: maker
2008 Oct 20
1
LC_VIRTUAL with Wx::ListCtrl
...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." Latest WxRuby. Windows Vista. This makes using LC_VIRTUAL impossible. -- Eric Will // xmpp:rakaur@malkier.net
2009 Mar 31
15
Error: undefined method ''calc_min'' for #<Wx::IdleEvent>
Hi, I occasionally had the following error when application in idle state. Error: undefined method ''calc_min'' for #<Wx::IdleEvent:0xb115e44> OS: WXMSW Ruby Version: 1.8.6 wxRuby 2.0.0 Backtrace: (eval):154:in `calc_min'' (eval):154:in `layout'' (eval):154:in `process_event'' (eval):154:in `on_run'' (eval):154:in
2008 Sep 12
0
evt_kill_focus
Something''s wacky with evt_kill_focus. It wasn''t firing at all for me. It disallows passing a Wx id, and supposedly is a catch-all, but it was never firing. Latest WxRuby. I had to do this to fix it. No idea why this works or what''s going on, just putting it out there: class MyListCtrl < Wx::ListCtrl def initialize(*args) super(*args) evt_kill_focus { }