[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Need an extra EAAAAAAAAAAAAAAAAAAASY GUI for Ruby

Victor Reyes

1/2/2005 9:28:00 PM

Way back when, I used to write GUI programs using CA-Realizer, VB and REXX.
To create a widget, for example a drop-down box, I used to just "grab"
the icon representing the object and then "drop" it where I wanted it.
I have been searching for something similar for Ruby but can't find it.
Do anyone know if there is such package for Ruby?

Thank you

Victor


6 Answers

Henrik Ronellenfitsch

1/2/2005 9:32:00 PM

0

Hello,

Victor Reyes wrote:
> Do anyone know if there is such package for Ruby?

Simply use the Ruby/GTK2-Bindings and Libglade2 with the Glade GUI Designer:

http://ruby-gnome2.sour...

Henrik

Florian Gross

1/2/2005 9:47:00 PM

0

Victor Reyes wrote:

> Way back when, I used to write GUI programs using CA-Realizer, VB and REXX.
> To create a widget, for example a drop-down box, I used to just "grab"
> the icon representing the object and then "drop" it where I wanted it.
> I have been searching for something similar for Ruby but can't find it.
> Do anyone know if there is such package for Ruby?

There's visualWx which can create Ruby code representing a wxWidgets
GUI. It's still in development and a bit rough on the edges, but it
already looks very promising: http://visualwx.alter...

Richard Dale

1/2/2005 10:55:00 PM

0

Victor Reyes wrote:

> Way back when, I used to write GUI programs using CA-Realizer, VB and
> REXX. To create a widget, for example a drop-down box, I used to just
> "grab" the icon representing the object and then "drop" it where I wanted
> it. I have been searching for something similar for Ruby but can't find
> it. Do anyone know if there is such package for Ruby?
QtRuby/Korundum can be used with Qt Designer to design the GUI for Qt and
KDE apps. You can then either generate ruby code from the .ui files
produced with the rbuic tool, or read the UI in at runtime with the 'qui'
extension. Qt Designer support is integrated with ruby projects in the next
version of the KDevelop IDE.

-- Richard

Shashank Date

1/2/2005 11:18:00 PM

0

Victor Reyes wrote:
> Way back when, I used to write GUI programs using CA-Realizer, VB and REXX.
> To create a widget, for example a drop-down box, I used to just "grab"
> the icon representing the object and then "drop" it where I wanted it.
> I have been searching for something similar for Ruby but can't find it.
> Do anyone know if there is such package for Ruby?

If you are on Windows and are willing to play with minimal
documentation, you have FormDesigner for VisualuRuby:

http://www.osk.3web.ne.jp/~nyasu/vruby/vrproj...
https://sourceforge.jp/pro...

HTH,
-- shanko

> Thank you
>
> Victor
>

Victor Reyes

1/3/2005 12:45:00 AM

0

Thank you all for your quick responses. I guess I have many choices to
play with.

Victor


On Sun, 2 Jan 2005 16:27:44 -0500, Victor Reyes <victor.reyes@gmail.com> wrote:
> Way back when, I used to write GUI programs using CA-Realizer, VB and REXX.
> To create a widget, for example a drop-down box, I used to just "grab"
> the icon representing the object and then "drop" it where I wanted it.
> I have been searching for something similar for Ruby but can't find it.
> Do anyone know if there is such package for Ruby?
>
> Thank you
>
> Victor
>


Electricmew

1/3/2005 7:08:00 AM

0

You might want to check out widestudio.org.
Its a portable toolkit across C/C++, Ruby, Perl and Python.
The documentation is good so theres a definite plus.
Also it has its own Free GUI designer, and it doesn't require any
license drag because its unde the MIT/X. Its very easy to get work
done. Drag drop, open procedure window, add procedure and code.

mew


On Mon, 3 Jan 2005 09:44:43 +0900, Victor Reyes <victor.reyes@gmail.com> wrote:
> Thank you all for your quick responses. I guess I have many choices to
> play with.
>
> Victor
>
>
> On Sun, 2 Jan 2005 16:27:44 -0500, Victor Reyes <victor.reyes@gmail.com> wrote:
> > Way back when, I used to write GUI programs using CA-Realizer, VB and REXX.
> > To create a widget, for example a drop-down box, I used to just "grab"
> > the icon representing the object and then "drop" it where I wanted it.
> > I have been searching for something similar for Ruby but can't find it.
> > Do anyone know if there is such package for Ruby?
> >
> > Thank you
> >
> > Victor
> >
>
>


--
~~~~~~~~~~~~~~~~~~~~~~~~~~
electricmew from the realm of gmail dot com
~~~~~~~~~~~~~~~~~~~~~~~~~~