Hello all.
simple_gui_creator is a tool designed to make integrating a GUI front
end to your ruby script less painful, or even easy.
For instance, use this template file:
---------------My Window Title--------------------------
| [Click this button :button1] |
| [Click this button too! :button2] |
--------------------------------------------------------
Like this:
a=SimpleGuiCreator::ParseTemplate.new.parse_setup_filename('template.tmpl')
a.elements[:button1].on_clicked { puts 'you clicked button1' }
0.2.0 changes:
add checkboxes ASCII art, also dropdowns, allow for more than one type
on a line.
Full info can be found here:
https://github.com/rdp/ruby_simple_gui_creator
Enjoy.
Feedback welcome.
-roger-
on 2012-09-14 07:13
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.