From: Raj Sahae Date: 2007-03-10T15:21:12+09:00 Subject: Re: GUI With Ruby Yannick Grams wrote: > I've been playing around with FXRuby, but I find that the tutorial is > more of a quick run-through more than a tutorial. It doesn't explain > things in enough depth. I've tried Googling for one, but to no effect. > Does anybody know of a good tutorial for FXRuby along with a list of > classes and methods? I've been learning FXRuby in the last two months, and you really just have to dive in. Pick something you want to make and start doing it. I started off using foxguib, which helped me learn the way things are supposed to look, but once you get started, it's much more efficient, and you learn faster, to code everything yourself. I also keep the FXRuby and FOX websites open all the time. Having the API docs on hand is a must. Once you learn a little bit about how FXRuby works, go bach through the tutorial, and look at all the example programs. Things start to make a lot more sense then. Raj Sahae