Hello out there,
I want to run the examples that come bundled with gridplus 2.3 but
there are some problems:
1) I had to add
package require gridplus
namespace import gridplus::*
to all examples - ok, no big deal
With this addition examples 1, 3, 4, and 7 run. Examples 2, 5, and 6,
however, fail with
---
invalid command name ".__helpLabel"
while executing
"tablelist::tablelist $options(name).tablelist
-columns $options(layout) -exportselection 0
..."
(procedure "gpTablelist" line 79)
invoked from within
"gpTablelist"
(procedure "gridplus" line 126)
invoked from within
"gridplus tablelist .order_parts \
-width 98 \
-height 10 \
-tableoptions stripe \
-relief ..."
(file "example2.tcl" line 28)
invoked from within
"source example2.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 {source example2.tcl}"
---
gridplus 2.3
tablelist_tile 4.9.2
Tcl 8.5.3
on Windows XP.
The installation seems to be basically correct since 4 examples work.
Any idea what needs to be done to get the rest to work, too, would be
greatly appreciated.
Best regards
Helmut Giese