Thread from comp.lang.tcl (5 replies)

ISO the most current version of tkpath
Posted by Helmut Giese <hgiese@ratiosoft.com> 3 months ago

Hello out there,
the tkpth version I use is 0.3.3 - and I stumbled over a severe
problem: tkpath crashes on an innocent 
	$c itemconfigure <some existing id>
out of the blue sky.
I am willing to (try to) debug it, but I would like to work on the
current version.
Any link or idea will be greatly appreciated
Helmut

Click on article to view all threads in comp.lang.tcl
Re: ISO the most current version of tkpath
Posted by r.zaumseil@freenet.de (rene) 3 months ago

Hello Helmut

I have a slightly modified copy at
  https://chiselapp.com/user/rene/repository/tkpath
You could also find tkpath under
  http://androwish.org/home/dir?ci=tip&name=jni/tkpath
And I have a oo version at
  https://chiselapp.com/user/rene/repository/tko

HTH
rene

Click on article to view all threads in comp.lang.tcl
Re: ISO the most current version of tkpath
Posted by Helmut Giese <hgiese@ratiosoft.com> 3 months ago

Thank you, René,
this looks really interesting.

>Hello Helmut
>
>I have a slightly modified copy at
>  https://chiselapp.com/user/rene/repository/tkpath
>You could also find tkpath under
>  http://androwish.org/home/dir?ci=tip&name=jni/tkpath
>And I have a oo version at
>  https://chiselapp.com/user/rene/repository/tko

I have a question, though: How do I obtain the sources from chiselapp?
Thank you
Helmut

Click on article to view all threads in comp.lang.tcl
Re: ISO the most current version of tkpath
Posted by Harald Oehlmann <wortkarg3@yahoo.com> 3 months ago

Am 03.07.2024 um 12:48 schrieb Helmut Giese:
> Thank you, René,
> this looks really interesting.
> 
>> Hello Helmut
>>
>> I have a slightly modified copy at
>>   https://chiselapp.com/user/rene/repository/tkpath
>> You could also find tkpath under
>>   http://androwish.org/home/dir?ci=tip&name=jni/tkpath
>> And I have a oo version at
>>   https://chiselapp.com/user/rene/repository/tko
> 
> I have a question, though: How do I obtain the sources from chiselapp?
> Thank you
> Helmut

It is fossil. If you log in (as anonymous or other), you get a 
zip-button beside each commit.

Click on article to view all threads in comp.lang.tcl
Re: ISO the most current version of tkpath
Posted by Michael Soyka <mssr953@gmail.com> 3 months ago

On 07/03/2024 6:48 AM, Helmut Giese wrote:
> Thank you, René,
> this looks really interesting.
> 
>> Hello Helmut
>>
>> I have a slightly modified copy at
>>   https://chiselapp.com/user/rene/repository/tkpath
>> You could also find tkpath under
>>   http://androwish.org/home/dir?ci=tip&name=jni/tkpath
>> And I have a oo version at
>>   https://chiselapp.com/user/rene/repository/tko
> 
> I have a question, though: How do I obtain the sources from chiselapp?
> Thank you
> Helmut
Hi Helmut,

You can download the sources using the fossil program like so:

   fossil clone http://chiselapp.com/user/rene/repository/tkpath
   fossil open tkpath.fossil --workdir tkpath

The first command downloads the repository, creating the file 
tkpath.fossil, and the second checks-out the sources into the "tkpath" 
directory.  There appears to be only one branch.

-mike

Click on article to view all threads in comp.lang.tcl
Re: ISO the most current version of tkpath
Posted by Helmut Giese <hgiese@ratiosoft.com> 3 months ago

Thank you Harald and Michael,
this was what I needed
Helmut

Click on article to view all threads in comp.lang.tcl