layout - Overlapping Flare canvas in Flex, how to clip it to the container? -


i'm having serious issue when trying display flarecanvas within application. doesn't respect bounds (see image here)

i've tried "clipcontent" , bunch of alternatives nothing seems prevent canvas of being "passing" on container. should do? taking me several weeks!

in flex main.mxml:

<flexvis:flarecanvas id="graph" width="800" height="600" verticalscrollpolicy="on" clipcontent="true" horizontalscrollpolicy="on"  /> 

the full class flarecanvas fcacanvas extends in: https://github.com/prefuse/flare/blob/master/flare/src-flex-integration/flare/flex/vis/flarecanvas.as

yeah, code used flarecanvas isn't best. if you, i'd wrap flarecanvas container clip contents solve problem.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -