Hoi Hans,
though not originally posted by me, please find attached the requested minimal file. - I had it because I trie it when Hraban posted the bug.
Kind regards Willi
Hans Hagen wrote:
At 18:09 05/05/2004, you wrote:
Hi Hans et al!
As I changed some older charts today and installed the latest beta I recognized that an old bug isn't fixed yet:
Any \connection[bb]{something} leads to an error.
Could you please look into it?
sure, can you make me a small exampl;e file?
Hans
_______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
% minimal file concerning bug in chart-module % originallly posted by Henning Rhaban % W. Egger % 15.4.2004 \setupoutput[pdftex] \usemodule[chart]
\startFLOWchart[test]
\startFLOWcell
\name{BEGIN}
\location{2,1}
\shape{action}
\text{Begin}
\connection[b,b]{EINDE} %\connection[b,b] gives an error!
\stopFLOWcell
\startFLOWcell
\name{EINDE}
\location{3,1}
\shape{action}
\text{Einde}
\stopFLOWcell
\stopFLOWchart
\starttext
\FLOWchart[test]
\stoptext
