* eventually add table title bars through the internal window manager
* handle repetitions of modules in command line arguments
* document poll times, minimum and default with multiple modules in HTML documentation
* document modules help in HTML documentation
* add -x and -y options to canvasHandles and use in initial placement of tables in moodss.tcl
* use options::([xy]WindowManagerOffset)
* prevent error when prematurely exiting html help
* in dnd stacked drops sites show highlighting residue when cursor is hovering over
* in HTML help, make contents take 30 % of total height
* in HTML help, add forward and back arrows a la netscape
* implement a better slice label selection (with background highlighting): use an objectSelection object
* add disk/swap/... (based on vmstat, iostat, netstatm ...) Linux module and also release in comp.os.linux.announce?
* avoid wide labels overlap in labels array
* in graphs, find a way to show unavailable value (void?) ({})
* in graphs, eliminate initial flat line
* normalize all viewer colors (background, ...) using tk widgets colors
* see why hard coded new viewer is not updated immediately at moodss launch time
* add concurrent multi modules support
* derive dataTable from viewer once data tables can be dynamically created
* flat 0 curve is invisible (seems to be a BLT bug)
* determine a maximum size of canvas?
* make mid handle larger for big frames
* implement canvas automatic scroll area resizing when objects are moved or created
* implement table cell selection
* prevent updates while dnd? (unnecessary with table cell selection)
* in message area, display "updating ..." until done in case of asynchronous operation
* add crossline with values displayed feature to graphs
* add zoom feature to graphs
* make pies resizable
* when resizing and moving, show sizes and coordinates in message area
* add a general configuration dialog box with tab widget
* allow selection of complete table lines and columns in 1 shot?
* add multiple table views
* add sub-modules? what is a sub-module?
* add printing capability: anyone knows how to generate postscript for a tkTable?
* allow user to save its current viewer configuration (dashboard) in order to recall it later
  use flat files or a simple database such as gdbm? compatible with windows?
* document getopt.tcl
