Nick, Curt, Kevin, Now that I have dabbled ever so slightly in adding to wxRuby on a source level (and it wasn''t perfect, Nick had to fix some of my code!), I feel all fired up. Any areas specific that need to be added that I could test my luck with again, or can I just go pick and choose? This gets funner every day... (yes, i constitute "funner" as a word), Zach
Zach Dennis wrote:> > Nick, Curt, Kevin, > > Now that I have dabbled ever so slightly in adding to wxRuby on a source > level (and it wasn''t perfect, Nick had to fix some of my code!), I feel > all fired up. > > Any areas specific that need to be added that I could test my luck with > again, or can I just go pick and choose?That''s great, Zach! At the moment, Kevin is overwhelmed with other things in his life, and I''ve pretty much relegated myself helping with builds and releases (I''ve got my fingers in too many pies :-). So, you and Nick should coordinate on what would make sense.> This gets funner every day... (yes, i constitute "funner" as a word),I like "funner"! Curt
> Any areas specific that need to be added that I could test my luck > with again, or can I just go pick and choose?One area we''re missing in specifically (and would be really great to have) is wxPrinter, wxPrinterDC, wxPrintout, wxPrintPreview, and wxPrintDialog. wxPrinterDC should be an easy subclass of wxDC, while the rest I *think* should be fine with using .t files. Nick Zach Dennis wrote:> Nick, Curt, Kevin, > > Now that I have dabbled ever so slightly in adding to wxRuby on a > source level (and it wasn''t perfect, Nick had to fix some of my > code!), I feel all fired up. > > Any areas specific that need to be added that I could test my luck > with again, or can I just go pick and choose? > > This gets funner every day... (yes, i constitute "funner" as a word), > > Zach > _______________________________________________ > wxruby-users mailing list > wxruby-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users > > >
Nick wrote:> >> Any areas specific that need to be added that I could test my luck >> with again, or can I just go pick and choose? > > > One area we''re missing in specifically (and would be really great to > have) is wxPrinter, wxPrinterDC, wxPrintout, wxPrintPreview, and > wxPrintDialog. wxPrinterDC should be an easy subclass of wxDC, while the > rest I *think* should be fine with using .t files. >I will start looking into this tomorrow! Zach