How to create standl alones applications with Ruby

J

Jose Pepe

Hi all

In .NET, Eclipse/SWT, Interface Builder (mac os X) it is possible to
create a new form, and use drag/drop controls such as textboxes,
comboboxes, lists, datagrids, etc. And Also create reports in a similar
way, for example with Crystal Reports.

What tools are available with Ruby to create stand alone application
using forms and reports, where I can drag and drop controls.

thanks
jsn
 
F

Farrel Lifson

Hi all

In .NET, Eclipse/SWT, Interface Builder (mac os X) it is possible to
create a new form, and use drag/drop controls such as textboxes,
comboboxes, lists, datagrids, etc. And Also create reports in a similar
way, for example with Crystal Reports.

What tools are available with Ruby to create stand alone application
using forms and reports, where I can drag and drop controls.

thanks
jsn

You can use Glade which is a visual designer for GTK/Gnome
applications. The Ruby/Gnome2 bindings can then use the glade file to
build up your app GUI.

Farrel
 
J

Jose Pepe

Is it possible to combine for example a SWT Eclipse form in java, and
Ruby?

thanks
jsn
 
C

Cliff Cyphers

--liOOAslEiF7prFVr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Is it possible to combine for example a SWT Eclipse form in java, and=20
Ruby?

I haven't messed around with this but using JRuby I'd think so. Could use
SWT/Eclipse framework for interface and Ruby for back end processing.

--liOOAslEiF7prFVr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFExP+zpXfXwRYlDA0RAuriAJ97p/gPG3VHIgMaiBOVJBVAZZ05IQCgjk/v
aVjIZLMwShAmvc/gn8J310M=
=PUJW
-----END PGP SIGNATURE-----

--liOOAslEiF7prFVr--
 
B

brabuhr

Is it possible to combine for example a SWT Eclipse form in java, and
Ruby?

JRuby has some examples using swing; I don't know if anyone has tried
using SWT yet.

RubyCLR can use Windows.Forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,209
Messages
2,571,088
Members
47,686
Latest member
sparada

Latest Threads

Top