estanglerbm
estanglerbm
@raudjcholo Can this be closed?
Looks like custom right-click actions? Code to format the data from the grid cells is fairly straight-forward. I have an implementation of System.setClipboard() that I could clean up and check...
@pashminakazi Oh, I didn't realize that you were waiting on me for something. I checked in MX System.setClipboard() for the actual copy-text-to-OS-clipboard part, in PR #1038. I'll post some example...
Here is some sample code that copies grid data to the clipboard in CSV format (copyValues), and some sample code that copies grid data to a file in CSV format...
@pashminakazi The ContextMenu class. In Flex MX ADG, there was actually a contextMenu property that you could set to a ContextMenu object: https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/InteractiveObject.html#contextMenu But I don't see any ContextMenu class...
This seems to be fixed, at least with PR #1135 and other previous PRs (don't know which one fixed it; I guess ChildResize branch did). This shows a blue square...
Works in develop, already.
Is that for MX or Spark grid in Flex? I remember the Spark one not having that, but maybe I remember wrong.
Test case doesn't seem complete; no calls to replaceCustomDataGridContents() or any code to add items to dgColumns. But if you mean that you are adding items to an fx:Array and...
Should I thunk this with an SWFOverride, or do one of these need to be corrected? (paddingXX type mismatches between mx.core.UIComponent and spark.components.HGroup / others)