in reply to Re: Tcl widget for showing SQLite data
in thread Tcl widget for showing SQLite data
Yes, you're right: I'm looking for Tk widgets.
I was thinking in reading the SQLite DB by a Perl script and send the data to a user friendly table (2-dimensions), created as a Tk widget.
I could show the data more easely creating a html table as output, I think. But I've thought a Tk widget could do the job better: fast and pretty. What do you think?