Sujet : tablelist and unknow
De : clt.to.davebr (at) *nospam* dfgh.net
Groupes : comp.lang.tclDate : 06. Oct 2024, 03:54:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87417281832941001@llp>
References : 1
Subject: tablelist and unknow
If I create a tablelist widget with "-movablecolumns 1" an I'll move a
column it works ok.
>
But if I have a proc "unknown" I cann't move a column.
>
##
>
proc unknown {args} {puts "unknown : $args"}
Your unknown command might be masking an auto-loaded command or package.
See the Tcl unknown manpage for more information.
daveb