|
Subject: Re: Interactive XML From: Sean Mc Grath <digitome@xxxxxx> Date: Fri, 26 Jun 1998 10:36:09 +0100 |
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Interactive XML, Peter Murray-Rust | Thread | Re: Interactive XML, Peter Murray-Rust |
| Re: Interactive XML, Nigel Hutchison | Date | Re: Interactive XML, Bill Lindsey |
| Month |