Results 1 to 6 of 6
Hi friends,
assume that, i wrote a script. it takes two argument.
can i give this arguments with graphical user interface?
how can i do it?
which programming language supplies ...
- 02-12-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 28
Interface
Hi friends,
assume that, i wrote a script. it takes two argument.
can i give this arguments with graphical user interface?
how can i do it?
which programming language supplies it?
- 02-12-2010 #2Just Joined!
- Join Date
- Feb 2010
- Posts
- 18
hi,
get a look at zenity
byeLast edited by oz; 02-17-2010 at 09:58 PM. Reason: removed spam
- 02-12-2010 #3
You will need some sort of GUI toolkit. The most popular of these are Gtk and Qt, which were designed initially for C and C++ respectively.
Having said that, these and many other toolkits are usable by other languages. Gtk and Qt bindings exist for many other languages:
GTK+ - About
GTK+ - Language Bindings
Qt - A cross-platform application and UI framework
Programming Language Support - Qt - A cross-platform application and UI framework
Although these are the most popular toolkits, others exist. A popular one for scripting languages is wxWidgets:
wxWidgets
Gtk and Qt look different, but programming in these toolkits is generally the same. You will find documentation on the various libraries and their bindings on the websites above.DISTRO=Arch
Registered Linux User #388732
- 02-12-2010 #4Just Joined!
- Join Date
- Apr 2009
- Location
- Berkeley, California
- Posts
- 20
Since you are dealing with a script, easier solutions are probably available via Xdialog, cdialog, or kdialog.
- 02-13-2010 #5
If you'd like a cross-platform form, Java is a good alternative. Netbeans 6.8 is excellent. This IDE has many of the tools of VB.Net but in the Java language.
- 02-15-2010 #6Just Joined!
- Join Date
- Jun 2008
- Posts
- 5


Reply With Quote
