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


Have a nice weekend
Uwe Koloska

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany

Reply via email to