vote up 3 vote down star

Is it possible to create a form on Windows using Ruby? I have a Ruby script and I would like to have an input form to ask for a user's password, then use this in the rest of my script.

update: I have successfully done this with wxRuby, although it looks ugly. Shoes looks promising, I might look into that if I need to do this again..

flag

5 Answers

vote up 4 vote down check

I recall using wxRuby for this a while ago.

link|flag
vote up 2 vote down

If you want just something simple, lightweight and fun to program with, I definitely recommend Shoes.

link|flag
vote up 2 vote down

If you want something really simple, have a look at wxCocoaDialog.

link|flag
vote up 0 vote down

IronRuby runs on the .NET runtime and as such has access to all of the .NET winforms API. It's in development, so it may or may not meet your needs yet.

link|flag
vote up 0 vote down

You could also use IronRuby:

Scenario 1: straight WinForms:

Scenario 2: use WPF

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.