Sujet : Re: tablelist and unknow
De : manfred (at) *nospam* antispam.at (Manfred Stelzhammer)
Groupes : comp.lang.tclDate : 05. Oct 2024, 18:32:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdrt72$r620$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
Hi
I found a workaround.
I create a proc moveCol.
##
proc moveCol {args} {::tablelist::moveCol {*}$args}
##
regards
Manfred
Am 05.10.24 um 19:24 schrieb Manfred Stelzhammer:
Hi
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"}
##
If I move in the tablelistwidget a column I get:
% unknown : moveCol .tbl 2 1
But the position from the column don't change.
How can I solve the problem?
regards
Manfred