Using a Windows Form with Ruby

Posted by Gil Milow on Stack Overflow See other posts from Stack Overflow or by Gil Milow
Published on 2008-10-10T14:00:27Z Indexed on 2010/03/13 3:07 UTC
Read the original article Hit count: 462

Filed under:
|
|
|

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..

© Stack Overflow or respective owner

Related posts about ruby

Related posts about Windows