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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to