[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

learning WxRuby

Snaggy

9/23/2008 11:02:00 AM

I decided to learn WxRuby. I'd like a book or something about it, can
you point me to some good resources? I don't want to study from c++ or
python stuff, only ruby...

thanks
Snaggy
2 Answers

Harry Kakueki

9/23/2008 12:23:00 PM

0

On Tue, Sep 23, 2008 at 8:05 PM, Snaggy <l.cioria@gmail.com> wrote:
> I decided to learn WxRuby. I'd like a book or something about it, can
> you point me to some good resources? I don't want to study from c++ or
> python stuff, only ruby...
>
> thanks
> Snaggy
>
>

You could start here.

http://wxruby.rubyforge.org/wiki/wiki.pl?Getti...

Harry

--
A Look into Japanese Ruby List in English
http://www.kakueki.com/ruby...

Alex Fenton

9/23/2008 3:11:00 PM

0

Snaggy wrote:
> I decided to learn WxRuby. I'd like a book or something about it, can
> you point me to some good resources? I don't want to study from c++ or
> python stuff, only ruby...

Aside from the wiki, I'd recommend looking at the samples that are
included with the distribution. It's probably best to start with

minimal/minimal.rb
minimal/nothing.rb

These cover the basic structure of a wxRuby application, and have a fair
amount of comments explaining what's going on.

After that, take a look at some others, eg

controls/ & bigdemo/ [demonstrates a wide variety of different widgets]
drawing/ [how to draw text, images etc]
events/ [more advanced event handling]
text/ [covers text controls and also internationalisation]

Questions on wxRuby are usually better on the wxruby-users mailing list;
this is a good place to ask for general tips on learning and using the
library.

http://wxruby.rubyforge.org/wiki/wiki.pl?Ma...

a