Re: mustella for charts

2015-12-13 Thread Alex Harui
So, I did some digging and found that: 1) Before the change to default to mx:Label, the Mustella chart tests were using Spark Label with embedded fonts. 2) There was already plumbing to better support Spark Label in Charts. I didn't know about it, but it appears that you are supposed to use the M

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 128: Successful

2015-12-13 Thread flex . ci . builds
flex-sdk_release-candidate - Build #128 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/128/.

Re: [TLF] getText() for InlineGraphicElement

2015-12-13 Thread Harbs
On another look: TabElement and BreakElement both subclass SpanElement, so they get SpanElement behavior for free. So, it looks like the only two cases which are not covered by SpanElement are InlineGraphicElement and TableLeafElement. Both of these are now handled by custom code. So, unless an

Re: [TLF] getText() for InlineGraphicElement

2015-12-13 Thread Alex Harui
Is this used to put text on the clipboard? Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Harbs Date: Sun, Dec 13, 2015 5:29 AM To: dev@flex.apache.org; Subject:[TLF] getText() for InlineGraphicElement I have a question in reference to https://issues.ap

[TLF] getText() for InlineGraphicElement

2015-12-13 Thread Harbs
I have a question in reference to https://issues.apache.org/jira/browse/FLEX-34988 It seems like getText() was never implemented for InlineGraphicElements. By default it returns an empty string. In FTE, ContentElement has two properties: text and rawText. text returns the text minus any non-te