PDA

View Full Version : Free data table GUI module


Gladsomebeast
12-10-2008, 10:47 AM
I just wrote a module that allows you to display data tables on the Vizard SCREEN. All you need is a list of lists of strings, and the module handles all the formatting.

This article provides further explanation:
http://vizworkshop.com/articles/table_gui.html

Screen shot of two tables in action:
http://vizworkshop.com/articles/images/table_screenshot.jpg

Gladsomebeast
12-23-2008, 11:30 AM
I added a OrthoTableGUI class to TableGUI.py. It makes it easy to add the table to Vizard's viz.ORTHO space where you can define position in pixels.

TableGUI.py is attached and available here:
http://vizworkshop.com/articles/table_gui.html