search for: on_kill_focus

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

Did you mean: en_killfocus
2006 Aug 25
3
Patch to wxComboBox.rbw
This patch fixes the sample so it works correctly. You''ll need to patches in the previous e-mail. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
...t_text(cb.get_id) {|event| on_evt_text(event)} + evt_text_enter(cb.get_id) {|event| on_evt_text_enter(event)} </ins><span class="cx"> cb.evt_set_focus {|event| on_set_focus(event)} </span><span class="cx"> cb.evt_kill_focus {|event| on_kill_focus(event)} </span><span class="cx"> </span><span class="lines">@@ -36,25 +36,27 @@ </span><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def on_c...
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce