Sujet : Re: tablelist and unknow
De : manfred (at) *nospam* antispam.at (Manfred Stelzhammer)
Groupes : comp.lang.tclDate : 05. Oct 2024, 19:45:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vds1gi$r620$3@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Sorry, I'm wrong, the workaround does'nt work.
regards
Manfred
Am 05.10.24 um 19:32 schrieb Manfred Stelzhammer:
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
>
>
>
>