Interfce builder?

Hello everybody, I was wondering… Is there anything similar to an
interface builder for Ruby, something that you can use to build in an
easy way graphics environment?

Thanks in advance.

On 13/04/07, Guaton C. [email protected] wrote:

Hello everybody, I was wondering… Is there anything similar to an
interface builder for Ruby, something that you can use to build in an
easy way graphics environment?

You can use Glade and then use Ruby/GTK to interact with that. There
is also a builder for the Fox toolkit but have forgotten it’s name.

Farrel

Farrel L. wrote:

On 13/04/07, Guaton C. [email protected] wrote:

Hello everybody, I was wondering… Is there anything similar to an
interface builder for Ruby, something that you can use to build in an
easy way graphics environment?

You can use Glade and then use Ruby/GTK to interact with that. There
is also a builder for the Fox toolkit but have forgotten it’s name.

Farrel

The builder for FOX is FOXGUIb : http://fox-tool.rubyforge.org/

regards
Lionel

Hello everybody, I was wondering… Is there anything similar to an
interface builder for Ruby, something that you can use to build in an
easy way graphics environment?

Thanks in advance.

You could use interface builder :slight_smile: See Ruby Cocoa:

RubyCocoa - Documentation

Thanks a lot!! I’ll give it a try.