From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/56386 Path: news.gmane.org!not-for-mail From: Alan BRASLAU Newsgroups: gmane.comp.tex.context Subject: Re: Framed text with arrows Date: Fri, 19 Feb 2010 14:34:25 +0100 Organization: CEA DSM-IRAMIS-SPEC Message-ID: <201002191434.25960.alan.braslau@cea.fr> References: <4B7D6746.40808@telefonica.net> <066526FF-1CB8-40DC-9F29-1DF452547FBC@boede.nl> <4B7E8F37.1080102@telefonica.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1266586483 29073 80.91.229.12 (19 Feb 2010 13:34:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Feb 2010 13:34:43 +0000 (UTC) Cc: Xan , Willi Egger To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 19 14:34:40 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NiT08-0000Ca-45 for gctc-ntg-context-518@m.gmane.org; Fri, 19 Feb 2010 14:34:36 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 189DFC9D01; Fri, 19 Feb 2010 14:34:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 83v7LwEqRMvI; Fri, 19 Feb 2010 14:34:31 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7C50AC9CDE; Fri, 19 Feb 2010 14:34:31 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9CE0CC9CDE for ; Fri, 19 Feb 2010 14:34:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1wk2Men14jEb for ; Fri, 19 Feb 2010 14:34:28 +0100 (CET) Original-Received: from oxalide-out.extra.cea.fr (oxalide-out.extra.cea.fr [132.168.224.1]) by balder.ntg.nl (Postfix) with ESMTP id 6775AC9CD7 for ; Fri, 19 Feb 2010 14:34:28 +0100 (CET) Original-Received: from epeire2.extra.cea.fr (epeire2.extra.cea.fr [132.167.198.32]) by oxalide.extra.cea.fr (8.14.2/8.14.2/CEAnet-Internet-out-2.0) with ESMTP id o1JDYR4j006047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Feb 2010 14:34:27 +0100 Original-Received: from orpin2.extra.cea.fr (orpin2.extra.cea.fr [132.167.198.5]) by epeire2.extra.cea.fr (8.14.2/8.14.2) with ESMTP id o1JDYQDC018416; Fri, 19 Feb 2010 14:34:27 +0100 (envelope-from alan.braslau@cea.fr) Original-Received: from dogger.localnet (dogger.saclay.cea.fr [132.166.21.4]) by orpin2.extra.cea.fr (8.13.8/8.13.8/CEAnet-Intranet-out-1.1) with ESMTP id o1JDYQn3008540; Fri, 19 Feb 2010 14:34:26 +0100 User-Agent: KMail/1.12.4 (Linux/2.6.32; KDE/4.3.4; i686; ; ) In-Reply-To: <4B7E8F37.1080102@telefonica.net> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:56386 Archived-At: On Friday 19 February 2010 14:16:39 Xan wrote: > How can we change the width, height and color of the second node > ("chart") in this example: > > \usemodule[chart] > \setupFLOWcharts[height=3\lineheight] > > \startFLOWchart[example] > \startFLOWcell > \name {flow} > \location {1,1} > \text {Flow} > \connection [rl] {chart} > \stopFLOWcell > \startFLOWcell > \name {chart} > \location{2,1} > \text {Charts} > \stopFLOWcell > \stopFLOWchart > \FLOWchart[example] > > PS: I cc mailing list, because I think it's general interest topic. Yes, I am interested. I do not see how one can change the width and height of a node as I believe that the grid is defined through \setupFLOWcharts. However, it could eventually be interesting to be able to modify the frame size within a cell \startFLOWcell [width=] or \startFLOWcell [scale=] but this is not (yet) a feature... I see no reason why one cannot set the color by FLOWcell, but the obvious \startFLOWcell [framecolor=red,backgroundcolor=yellow] does not seem to work. One can use FLOWfocus, but can one focus on multiple cells? Alan P.S. I think that it would be interesting to be able to abstract the location of a cell, as in \startFLOWchart[example] \startFLOWcell \name {flow} \text {Flow} \connection [rl] {chart} \stopFLOWcell \startFLOWcell \name {chart} \location{rightof=flow} \text {Charts} \stopFLOWcell \startFLOWcell \name {new} \location{above=flow} \connection [bt] {flow} \text {New} \stopFLOWcell \stopFLOWchart \FLOWchart[example] ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________