Deutsch   English   Français   Italiano  
<vdrt72$r620$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Manfred Stelzhammer <manfred@antispam.at>
Newsgroups: comp.lang.tcl
Subject: Re: tablelist and unknow
Date: Sat, 5 Oct 2024 19:32:18 +0200
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <vdrt72$r620$2@dont-email.me>
References: <vdrsom$r620$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 05 Oct 2024 19:32:19 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="92b01aafe25c9cad6d1122f66f3d90ea";
	logging-data="890944"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19+ZI74tEXFzgWrCd+mOKQQm3RyyTql9TU="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:cTqm4ND3pQagJVJM7NTIxHpnEto=
Content-Language: en-US
In-Reply-To: <vdrsom$r620$1@dont-email.me>
Bytes: 1655

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
> 
> 
> 
>