On Thu, 25 Sep 2008, Thembile wrote: > I use SQLite with ActiveRecord to my data. What widget can I use to display > my data? Is there an html-table like widget?Sincerely.
You can make a table with a stack of rows, each row being a flow. You can set the widths of each item in the flow. There may be a better way, but that should get you a basic tabular layout. There's an active record program in the shoebox, http://the-shoebox.org/apps/76 but I've not done anything with it. Hugh
