At 10:33 PM 6/7/2002 +0200, Uwe Koloska wrote:
>Hans Hagen wrote:
>>Hm. Are you sure? This works ok here:
>>\startFLOWchart [comment]
>>   \startFLOWcell
>>     \name       {first}
>>     \location   {1,1}
>>     \shape      {action}
>>     \text       {first cell}
>>     \connection [lr] {second}
>>     \comment    [b]  {where is it?}
>>   \stopFLOWcell
>>   \startFLOWcell
>>     \name       {second}
>>     \location   {2,2}
>>     \shape      {action}
>>     \text       {second cell}
>>   \stopFLOWcell
>>\stopFLOWchart
>
>Here too -- so I tried to figure out a minimal example from my chart where 
>it doesn't work.  And seems like connection that start or end at top or 
>bottom and go horizontally are eating their comments:
>
>\startFLOWchart [comment]
>
>   \startFLOWcell
>     \name       {first}
>     \location   {1,1}
>     \shape      {decision}
>     \text       {first}
>     \connection [rb]  {save}
>     \comment    [b]   {Kommentar?}
>     \connection [rl]  {save}
>     \comment    [t]   {Nullwort}
>   \stopFLOWcell
>
>   \startFLOWcell
>     \name       {save}
>     \location   {3,1}
>     \shape      {procedure}
>     \text       {speichern}
>   \stopFLOWcell
>
>\stopFLOWchart

ah, clipping in action, in that case you should enlarge the chart's offset

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

Reply via email to