On 20-11-2011 03:52, Aditya Mahajan wrote:
Hi,

Nested flow charts do not work in the current chart module.

\usemodule[chart]
\startFLOWchart[A]
\startFLOWcell
\name{A}
\location{1,1}
\text{A}
\stopFLOWcell
\stopFLOWchart

\startFLOWchart[B]
\includeFLOWchart[A][x=1,y=1]
\stopFLOWchart

\startFLOWchart[C]
\includeFLOWchart[B][x=1,y=1]
\stopFLOWchart

\starttext
\FLOWchart[A]

\FLOWchart[B]

\FLOWchart[C]
\stoptext

quick fix, line 324:

    for i=1,#subdata do
        local si = subdata[i]
        if si.include then
            inject(si,data,hash)
        else
            local t = {
                x        = si.x + xoffset,
                y        = si.y + yoffset,
                settings = settings,
            }
            setmetatableindex(t,si)
            data[#data+1] = t
            hash[si.name or #data] = t
        end
    end



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to