PDA

View Full Version : Looking for a RAD tool to quickly make a GUI w/o learning a new language



san_ignucio
July 5th, 2007, 02:20 AM
I want to make something quickly without having to program the interface, just design it.
Also I'm not looking for learning a new programming language, I'd like something completely fast
where I can write a short script (hopefully like shell scripts) for each control (button, slide bar, whatever).

The only solution that actually comes to my mind is the Gambas IDE, which is a Basic dialect and has its own GUI designer, but isn't out there something even faster?.

kknd
July 5th, 2007, 03:25 AM
Check out kommander.

slavik
July 5th, 2007, 06:23 AM
glade3 ... only designs the interface (using gtk2), no code whatsoever

ankursethi
July 5th, 2007, 02:40 PM
... and you can do the small script in Python/Perl/Ruby. I'm afraid that to make even a simple application, you will need to do some work. If you are interested in light development work, I suggest you do learn one of those scripting languages, as they can come in handy in many situations.

pmasiar
July 5th, 2007, 02:58 PM
easiest GUI I know is Python's EasyGUI, but there is not much left to design. It is very simple and very basic.