Hi, it's me with flow chars again. I didn't get the focus feature to work. The following example does not focus anything. Has the syntax changed or is the feature gone? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usemodule [chart] \setupFLOWfocus [framecolor=yellow] \setupFLOWcharts [focus=bar] \startFLOWchart [mychart] \startFLOWcell \name {foo} \location {1,1} \shape {action} % mandatory, otherwise error \text {Foo} \stopFLOWcell \startFLOWcell \name {bar} \location {1,2} \shape {action} % mandatory, otherwise error \text {Bar} \connection [tb] {foo} \stopFLOWcell \stopFLOWchart \starttext \FLOWchart [mychart] \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Another issue: According to the manual, “action” should be the default shape. However, when no shape is specified, an error is raised. Is it a bug? Regards Marco Patzer