Hello,
I've created an application that contains a custom hierarchy
chart/drawing (think org chart). The code for this "chart" is
contained in a module. The size of the container changes based on
the # of items in the hierarchy. I'm having two problems.
Printing
I've seen posts that suggest using clipContent on surrounding
containers and the root application, so that items in the container
that are masked can be printed. Does this work with modules? I'm
able to get the clipContent concept to work on code within the
application, but not if the code is within a module.
Redrawing
The other issue is that flash seems to "refresh" or "redraw"
the container after a while. When this happens the existing objects
are not removed first. So the display results in duplicate,
triplicate, etc objects in the display.
Thanks,
Shelley