Hi,

I have noticed that if I use \comment command in my chart and there are two of them with two \setupFLOWcharts command then the \comment command does not produce text. I know the code is bug free because deleting one of the charts (including \setupFLOWcharts) makes the \comment text re-appear. Any help in working around this bug will be appreciated. A small example is at the bottom.

I believe I have the latest downloads from Gierben Wierda's distribution for Mac OS X. Thanks,

--shiv--

\starttext

%----start cutting to remove bug----------

\setupFLOWcharts
        [nx=2,
        ny=1,
        dx=3\bodyfontsize,
        dy=3\bodyfontsize,
        width=6\bodyfontsize,
        height=3\bodyfontsize,
        maxwidth=\textwidth,
        maxheight=\textheight]

\startFLOWchart [network]
        \startFLOWcell
                \name {N1}
                \location {1,1}
                \shape {10}
                \text {input \\ output}
                \connect [prpl] {N2}
        \stopFLOWcell
        
        \startFLOWcell
                \name {N2}
                \location {2,1}
                \shape {5}
                \text {$N_1$}
                \connect [nlnr] {N1}
        \stopFLOWcell
                
\stopFLOWchart

\placefigure
        [][]
        {Where are the comments.}
        {\FLOWchart[network]}

%-----stop cutting to remove bug-------------


\setupFLOWcharts [nx=2, ny=1, dx=3\bodyfontsize, dy=3\bodyfontsize, width=6\bodyfontsize, height=3\bodyfontsize, maxwidth=\textwidth, maxheight=\textheight]

\startFLOWchart [network2]
        \startFLOWcell
                \name {N1}
                \location {1,1}
                \shape {10}
                \text {input \\ output}
                \connect [prpl] {N2}
                \comment [t] {Hello}
        \stopFLOWcell
        
        \startFLOWcell
                \name {N2}
                \location {2,1}
                \shape {5}
                \text {$N_1$}
                \connect [nlnr] {N1}
        \stopFLOWcell
                
\stopFLOWchart

\placefigure
[][]
{Where are the comments.}
{\FLOWchart[network2]}

\stoptext


_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to