From: Tom D. <td...@us...> - 2001-04-06 00:02:11
|
On Thursday 05 April 2001 11:51, Jay Sekora wrote: > I'm actually working on a Tcl/Tk GUI for pilot-db databases. It's > in the very very early stages at this point, and not trivial to set up > because it depends on my jstools (soon to be renamed aqtools) suite, > but when I get a bit further with it I'll post it here. What I have > so far is the ability to parse an existing pilot-db .info file, read > a .csv file into a Tcl list based on the fields in the .info file, and > append records to that list using a dialogue box with appropriate > widgets (e.g. a checkbutton for Boolean fields). If you want to use my C++ code directly to read/write the PDB files, look at generating Tcl bindings using the swig program at http://www.swig.org/ |