From: Anton Pirogovski Date: 2010-01-11T03:00:49+09:00 Subject: Re: The Ruby GUI debacle Ruby Student wrote: > If anyone knows an IDE where I can use drag&drop to create GUI appls > in Ruby/Jruby/IronRuby/AnyRuby, please let me know. I am willing to > purchase a commercial package, if available. Sorry, I cannot recommend you something similar for Windows (I don't use it), but for mac development the .nib files, created with Interface Builder (a standard Apple GUI creating app, comes bundled with Xcode, freeware) shall do the thing. In a nutshell: in Interface Builder you create the elements via drag-n-drop, then you assign certain actions to certain elements. You can develop in such a way using MacRuby or RubyCocoa(Ruby with a Cocoa API). -- Posted via http://www.ruby-forum.com/.