Hi Patches to TreeEvent.i and wxTreeEvent.h to implement missing methods (and fix a crasher in bigdemo along the way) Two of the missing methods appeared just to be down to errors in the header file. The other (get_label) works fine - perh a bug in previous versions of SWIG? Methods tested and return correct values on OS X. I could offer a test addition to bigedemo, but this doesn''t feel to me like the right place to add class-specific trial code. I will look to add a treectrl sample, perh just port the old 0.6.0 one. bigdemo is much the most problematic sample - maybe we are trying to run before we can walk? cheers alex _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Alex Fenton wrote:> Hi > > Patches to TreeEvent.i and wxTreeEvent.h to implement missing methods > (and fix a crasher in bigdemo along the way)This looks great on Windows to me. The bigdemo crash is in fact gone. The only reason I used that to test the TreeCtrl is because it was the only sample I found with a wxTreeCtrl in it. -Mark Ping
On Tue, 2006-08-22 at 23:01 +0100, Alex Fenton wrote:> Patches to TreeEvent.i and wxTreeEvent.h to implement missing methods > (and fix a crasher in bigdemo along the way)Applied, thanks.> Methods tested and return correct values on OS X. I could offer a test > addition to bigedemo, but this doesn''t feel to me like the right place > to add class-specific trial code. I will look to add a treectrl sample, > perh just port the old 0.6.0 one. bigdemo is much the most problematic > sample - maybe we are trying to run before we can walk?I think bigdemo provides a nice snapshot of how we are doing. More of it works than not, at least for me. An additional treectrl sample would be nice to have also. Kevin