search for: mylistctrl

Displaying 2 results from an estimated 2 matches for "mylistctrl".

Did you mean: listctrl
2003 Nov 07
6
DnD
Hi! Is drag''n''drop works currently under wxruby? I want an app, where you can drag files from a wxlistctrl to a wxtreectrl. Can anyone show a little example? Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2008 Sep 12
0
evt_kill_focus
...ething''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 { } end end _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users