[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Interactive XML

Subject: Re: Interactive XML
From: Sean Mc Grath <digitome@xxxxxx>
Date: Fri, 26 Jun 1998 10:36:09 +0100
lable in tk perl
Just a thought:-

The Tk toolkit is about as close to a freely available, cross platform, language
independent GUI construction kit that there is.

Its native habitat is of course Tcl as in Tcl/Tk but there are fine interfaces
to Tk from Perl and Python at the very least. (There is also a very cute
freely available tcl/tk Web browser plug in.)

A typical piece of Tk:-

        frame .mbar -borderwidth 1 -relief raised
        menubutton .mbar.file -text "File" -menu .mbar.file.m
        menu .mbar.file.m
        pack .mbar -fill x
        pack .mbar.file -side left
        .mbar.file.m add comment -lable "Exit"

A typical pieces of TkXML (:-)

        <frame name =".mbar" borderwidth="1" relief="raised">
        <!-- etc. -->


</Sean>

Sean Mc Grath - http://www.digitome.com/sean.htm
XML by Example:Building E-Commerce Applications 
	(http://www.amazon.com/exec/obidos/ISBN=0139601627/digitomeelectronA/)
ParseMe.1st - SGML for Software Developers
	(http://www.amazon.com/exec/obidos/ISBN=0134889673/digitomeelectronA/)




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.