From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15157 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: old charts bug Date: Mon, 17 May 2004 13:28:05 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40A8A1C5.9070801@boede.nl> References: <6.0.1.1.2.20040514214533.02ae2998@server-1> <18002E6C-A604-11D8-A7D5-0030659899AA@fiee.net> <6.0.1.1.2.20040517084322.01f45ec0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084793446 25565 80.91.224.253 (17 May 2004 11:30:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 11:30:46 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon May 17 13:30:37 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPgKK-0002XG-00 for ; Mon, 17 May 2004 13:30:36 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 20C6810B6B; Mon, 17 May 2004 13:26:08 +0200 (MEST) Original-Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by ref.ntg.nl (Postfix) with ESMTP id 30C9710B63 for ; Mon, 17 May 2004 13:23:39 +0200 (MEST) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i4HBS3Z1069078 for ; Mon, 17 May 2004 13:28:03 +0200 (CEST) User-Agent: Mozilla Thunderbird 0.6+ (Windows/20040417) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <6.0.1.1.2.20040517084322.01f45ec0@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15157 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15157 Hi Hans, Thanks, it works correctly. Willi Hans Hagen wrote: > At 02:09 15/05/2004, Henning Hraban Ramm wrote: > >> Am Freitag, 14.05.04, um 21:45 Uhr (Europe/Zurich) schrieb Hans Hagen: >> >>>> Any \connection[bb]{something} leads to an error. >>>> Could you please look into it? >>> >>> sure, can you make me a small exampl;e file? >> >> >> Here you are: >> >> \starttext >> \usemodule [chart] >> \startFLOWchart[test] >> \startFLOWcell >> \name {eins} >> \location {1,1} >> \text {eins} >> \connection[bb]{zwei} >> \stopFLOWcell >> \startFLOWcell >> \name {zwei} >> \location {2,1} >> \text {zwei} >> \stopFLOWcell >> \stopFLOWchart >> \FLOWchart[test] >> \stoptext >> >> Every other connection that's not from bottom to bottom does work. >> Thanks for your work! > > > in mp-char.mp you should patch: > > %%%% begin experiment > xypoints[3] := xypoints[3] shifted (dsp_x,0) ; > xypoints[4] := xypoints[4] shifted (dsp_x,0) ; > > ^^^^^^^^^ > > Hans > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context