- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: GUI Language For HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 06:43 PM
08-26-2004 06:43 PM
GUI Language For HP-UX
I wrote a script for installing an
application.
I want to transfer the same to GUI
what is the best and easisiest language to
use for the same.
Which will ask some input and do the needful
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 07:46 PM
08-26-2004 07:46 PM
Re: GUI Language For HP-UX
You can use it with TCL and PERL.
http://www.tcl.tk
http://www.pertltk.org
http://www.perl.com
and other more...
Google can help you!
RGDS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2004 08:25 PM
08-26-2004 08:25 PM
Re: GUI Language For HP-UX
It is available for HPUX here: -
http://hpux.connect.org.uk/hppd/hpux/Languages/python-2.3.3/
You can read more about the language and its capabilities here: -
http://www.python.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 06:54 AM
08-27-2004 06:54 AM
Re: GUI Language For HP-UX
X-Motif is also an option. It's a bit complicated but still very powerful. I don't think HP has a front-end tool for Motif. As a matter of fact, Solaris has one, the "Sun Visual Workshop Developer". It's a nice tool wherein you can just drag and drop frames, widgets etc. It generates the corresponding X-Motif code for you and you only to add functionality to the screens using callbacks. See this doc for more information:
http://docs.sun.com/db/doc/802-5957
You might want to check with your HP representative about the availability of such a tool for HP-UX.
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 07:00 AM
08-27-2004 07:00 AM
Re: GUI Language For HP-UX
Also, take a look at this thread:
bizforums.itrc.hp.com/cm/QuestionAnswer/ 1,,0x7eab53921f1ad5118fef0090279cd0f9,00.html
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 07:14 AM
08-27-2004 07:14 AM
Re: GUI Language For HP-UX
This thread discusses the "Motif Development Environment Package" (similar to the Sun Visual Workshop Developer I was referring to in one of my previous replies). Do take a look:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=79091
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 08:49 AM
08-27-2004 08:49 AM
Re: GUI Language For HP-UX
All my perl binary distributions include Perl/Tk.
A new(er) interface available to Perl ix Wx: http://search.cpan.org/search?query=Wx&mode=all with other possibilities and interface than Tk. Works more transparent to Windows if that is a transition goal
For both installation of Tcl and/or Tk is not needed
Enjoy, Have FUN! H.Merijn [ Who does all fast non-commercial graphic GUI's in Perl/Tk ]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 09:27 PM
08-29-2004 09:27 PM
Re: GUI Language For HP-UX
Since your script is already done, you can use Xdialog.(http://hpux.ee.ualberta.ca/hppd/hpux/Gtk/Xdialog-2.0.3/).
It will be faster to have a GUI, since it is not another language to learn, but just a command with very interresting options you put in your script.
For example, to display a message in a dialog box during 10 seconds, write in your script :
Xdialog --title "Your Title" -- infobox "Your message..." 0 0 10000&
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 12:29 AM
08-30-2004 12:29 AM