Hi all ! I am new at wxRuby and need more code examples to learn better ! I´m searching in the Net but all with simple examples and i cant understand somethings yet... Any special place to see some codes ? thanks any help -- Posted via http://www.ruby-forum.com/. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Welcome to WxRuby! specifically what things do not understand?? On Fri, Jul 25, 2008 at 4:53 PM, Luiz Macchi <lists at ruby-forum.com> wrote:> Hi all ! I am new at wxRuby and need more code examples to learn better > ! > I?m searching in the Net but all with simple examples and i cant > understand somethings yet... > > Any special place to see some codes ? > > thanks any help > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > wxruby-users mailing list > wxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/wxruby-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/wxruby-users/attachments/20080725/9bf4e521/attachment.html>
Fernando S?enz wrote:> Welcome to WxRuby! > > specifically what things do not understand??For example, i cant yet to center a Frame on the display ! Right, the API is there ! I?m using.. Frame#centre centre(Integer direction = BOTH) Centres the frame on the display. Parameters * direction The parameter may be HORIZONTAL, VERTICAL or BOTH. but it dont work :-( so I sure i?m doing something wrong, and cant understand yet to join create the controls, events, layouts all the things together etc... -- Posted via http://www.ruby-forum.com/.