The error is probably due to a bad use of FLOWchart...
The test:

\setupoutput[pdftex]
\usemodule[chart]

\starttext

\setupFLOWcharts
  [nx=4,
    ny=3,
    dx=2\bodyfontsize,
    dy=2\bodyfontsize,
    width=12\bodyfontsize,
    height=7\bodyfontsize,
    maxwidth=\textwidth]

\startFLOWchart[myfirstflowchart]
  \startFLOWcell
    \name{etape11}
    \location{2,1}
    \shape{procedure}
    \text{text}
    \connection[bt]{etape2}
  \stopFLOWcell
  \startFLOWcell
    \name{etape2}
    \location{2,2}
    \shape{action}
    \text{action}
  \stopFLOWcell
\stopFLOWchart

\FLOWchart[myfirstflowchart]

\stoptext

Hans Hagen a écrit :

>can you send me a small test file? 
>
>Hans 
>
>-----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
>-----------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
>  
>

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to