Answered
JSFL document.selection can't access more than 1 shape made with Merge Drawing mode
When I select 2 shapes created using Merge Drawing mode, and try to access in JSFL using the code:
an.outputPanel.clear();
var doc = an.getDocumentDOM();
an.trace("No. of selected items: " + doc.selection.length);
only 1 selected.
Shapes created using Object Drawing mode work fine though. Is there command in JSFL to access shapes created with Merge Drawing mode?
