Re: New Flex MaskedTextInput Spark Component

2014-01-20 Thread Carlos Rovira
Hi, a new revision of the MaskedTextinputComponent is here: https://gist.github.com/carlosrovira/7895322 and the demo update here (as usual): http://www.carlosrovira.com/blog/spark-maskedtextinput-demo/ No all bugs has gone yet, but there's important fixes: * Rebuild internal separatorLocati

Anyone experimenting a huge performance problem in flex MXML/AS3 editing in IntelliJ 13?

2014-01-20 Thread Carlos Rovira
Hi, since mid november I (and other people I talked about this problem) are having a serious performance problem in flex MXML/AS3 editing in IntelliJ 13. Since it seems it's not platform dependent (affects both windows and mac) and other users has the same problem I think it's important to all int

RE: FlexUnit.org

2014-01-20 Thread Michael A. Labriola
>FWIW, the default software grant really just gives Apache a license. The >original copyrights still make you the "owner". Anyway, I guess we should ask >infra about what it takes to have flexunit.org point to apache servers to make >sure it is "possible" then have a lazy vote on the dev list.

[RESULT][VOTE] Release Apache Flex Pixel Bender Package 1.0.0 - RC4

2014-01-20 Thread Alex Harui
Vote passed with 5 (4 binding) +1 votes and no -1 votes +1 Binding votes Om, Justin, Peter Ent, Alex +1 Committer vote: Carlos Thanks, -Alex On 1/20/14 12:27 PM, "Alex Harui" wrote: >+1 (binding) > >Checked keys, md5, source package builds and script work. >Tested on Mac > >-Alex > >On 1/7/14

Re: [VOTE] Release Apache Flex Pixel Bender Package 1.0.0 - RC4

2014-01-20 Thread Alex Harui
+1 (binding) Checked keys, md5, source package builds and script work. Tested on Mac -Alex On 1/7/14 5:43 PM, "OmPrakash Muppirala" wrote: >Changing my vote to +1 (Binding) > >PGP key checks out >MD5 checksum is good >Source package compiles fine. >Tested on Windows 7 + Cygwin > >Thanks, >Om >

Re: flex-sdk_mustella - Build # 654 - Still Failing!

2014-01-20 Thread Alex Harui
I took a look. I'd guess it is the change to XMLListAdapter. However, it looks like the original baselines are "incorrect" and the new behavior is correct. So, I'm going to replace the baselines. I suppose this could mean some person's app was relying on this behavior and will now break, but I

Re: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Alex Harui
Wait, I was wrong about that. I found the TCM/TLF code in FTETextField. So yes, it should work on the device. -Alex On 1/20/14 11:40 AM, "Alex Harui" wrote: >FTETextField should support RTL, but doesn't support text entry, IIRC, so >I'm not clear how it could be involved in a TextArea skin. >

Re: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Alex Harui
FTETextField should support RTL, but doesn't support text entry, IIRC, so I'm not clear how it could be involved in a TextArea skin. -Alex On 1/20/14 11:07 AM, "Maurice Amsellem" wrote: >It does, but only on the device. >As you said, it does not work on ADL. > >The example listed in the JIRA ti

Re: FlexUnit.org

2014-01-20 Thread Alex Harui
On 1/20/14 9:59 AM, "Michael A. Labriola" wrote: >>Are you saying you want Apache to take over the cost of owning that >>domain? And become the domain administrator, etc? Or just have Apache >>host the content and have the current FlexUnit.org redirect to the same >>>content on Apache? Or so

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
It does, but only on the device. As you said, it does not work on ADL. The example listed in the JIRA ticket uses the FTE-based mobile skin. So if it' sure that FTE-textfield based skins won't work with RTL text, and the workaround is simply to use the native stage text, then I could close the

RE: FlexUnit.org

2014-01-20 Thread Michael A. Labriola
>Are you saying you want Apache to take over the cost of owning that domain? >And become the domain administrator, etc? Or just have Apache host the >content and have the current FlexUnit.org redirect to the same >content on >Apache? Or something else? Good questions. I was looking to renew

Re: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Alex Harui
Ah ok. If ScrollableStageTextInputSkin works in RTL environments, that would be great! On 1/20/14 9:47 AM, "Maurice Amsellem" wrote: >Alex, I already did that, in the ScrollableStageTextInputSkin, but using >a bitmap cache of the StageText instead of FTE equivalent, so that it >looks exactly th

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
Alex, I already did that, in the ScrollableStageTextInputSkin, but using a bitmap cache of the StageText instead of FTE equivalent, so that it looks exactly the same. This is how it works now in the mobile implementation. But the onlye "FTE-only" skin is still there, for compatibility. Maurice

Re: Extracting XML from web service result with namespace

2014-01-20 Thread Alex Harui
See the doc on Qname and Namespace. On 1/20/14 8:54 AM, "Oleg Konovalov" wrote: >Hi, > > > > >I need to extract some XML data from proprietary Web Service (to be fed to >HierarchicalData for dataProvider of ADG). > > > >So I made service.returnType=¹e4x¹; > >In that case it returns data as XML.

Re: FlexUnit.org

2014-01-20 Thread Alex Harui
Mike, Are you saying you want Apache to take over the cost of owning that domain? And become the domain administrator, etc? Or just have Apache host the content and have the current FlexUnit.org redirect to the same content on Apache? Or something else? On 1/20/14 8:30 AM, "Michael A. Labriola

Re: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Alex Harui
I could be wrong, but I don't think there is any reason you couldn't borrow code from StageTextInpuSkin and the default desktop spark.skins.TextInputSkin and fashion a skin that uses FTE when not focused and a StageText when focused. IMO, it only that Flex doesn't currently offer such a skin that

Extracting XML data from web service result with namespace using E4X

2014-01-20 Thread Oleg Konovalov
Hi, I need to extract some data from proprietary Web Service (to be fed to HierarchicalData for dataProvider of ADG). So I made service.returnType=’e4x’; In that case it returns data as XML. I need to get useful data from it after Snapshot: http://schemas.xmlsoap.org/soap/envelope/ "> h

Extracting XML from web service result with namespace

2014-01-20 Thread Oleg Konovalov
Hi, I need to extract some XML data from proprietary Web Service (to be fed to HierarchicalData for dataProvider of ADG). So I made service.returnType=’e4x’; In that case it returns data as XML. I need to get useful data from it after Snapshot: http://schemas.xmlsoap.org/soap/envelope/

RE: FW: FlexUnit.org

2014-01-20 Thread Michael A. Labriola
>Maybe set up a redirect to here? >https://cwiki.apache.org/confluence/display/FLEX/FlexUnit I am willing to turn it over to Apache or someone else. I would prefer not to continue to host it. Mike

Re: FW: FlexUnit.org

2014-01-20 Thread Avi Kessner
Maybe set up a redirect to here? https://cwiki.apache.org/confluence/display/FLEX/FlexUnit brought to you by the letters A, V, and I and the number 47 On Mon, Jan 20, 2014 at 6:23 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > > Does apache have any interest in taking over Fle

FW: FlexUnit.org

2014-01-20 Thread Michael A. Labriola
Does apache have any interest in taking over FlexUnit.org? I brought it up a while back and I don't think I heard a response. I get pinged a few times a week on people still looking for the docs at this URL? Mike

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
> I have no idea how well FTE skins work with StageText. I am confused here. I thought that mobile could use either FTE (ie. Flex/AIR text field) or StageText (i.e native OS text field) but not both. What is FTE skins with StageText ? Maurice -Message d'origine- De : Alex Harui [mai

Re: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Alex Harui
On 1/20/14 5:12 AM, "Maurice Amsellem" wrote: >That's what I was trying to determine. > >My initial findings: > >- it works using StyleableStageText-based skins on the device, without >even having to set layoutDirection, >- it does not work with StyleableStageText skins on the ADL (text in >wr

Re: Installer issue

2014-01-20 Thread Dany Dhondt
Hi Cosma, Indeed, I missed that. Thanks for the help! Dany Op 20-jan.-2014, om 14:28 heeft Cosma Colanicchia het volgende geschreven: > Hi Dany, I think that you must allow unsigned apps (in Security & Privacy > pane of the System preferences) in order to install it. > > In recent versions

Re: Installer issue

2014-01-20 Thread Cosma Colanicchia
Hi Dany, I think that you must allow unsigned apps (in Security & Privacy pane of the System preferences) in order to install it. In recent versions of OS X, this became a blocking error instead of a warning by default. This preference setting allows to revert it to a warning, non-blocking message

Installer issue

2014-01-20 Thread Dany Dhondt
Hi, I tried to install the SDK installer but get an error. When trying to launch the installer I get an error saying 'Install Apache Flex installer is from an unknown developer and can't be installed' I read the wiki but found nothing related to this. My system: Mac OS 10.9 Any thoughts? Si

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
That's what I was trying to determine. My initial findings: - it works using StyleableStageText-based skins on the device, without even having to set layoutDirection, - it does not work with StyleableStageText skins on the ADL (text in wrong direction) - it does not work when using TextField

Re:RE: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread DarkStone
Hi, >I know only how to do it in IntelliJ IDEA :) Project Structure dialog | >Modules | [your Flash module] | [your Flash build configuration subnode] | iOS >tab | Additional ADT options. Good to know that IntelliJ IDEA supports this feature! Thanks Alexander : ) >Export the release package in

RE: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread Jason Moore
Additional: You need to place the option just before the "-provisioning-profile" otherwise it doesn't seem to work. -Original Message- From: Jason Moore [mailto:jason.mo...@harksolutions.co.uk] Sent: 20 January 2014 10:41 To: dev@flex.apache.org Subject: RE: How does Flex compiler take a

RE: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread Jason Moore
Export the release package in Flash Builder, the setting you need is at the point you compile the IPA. Look for the "Customise Launch" button bottom right when you are entering the packaging settings. You can then add a parameter "-useLegacyAOT" with a value set to "no". Be warned though, I bel

Re: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread Alexander Doroshko
I know only how to do it in IntelliJ IDEA :) Project Structure dialog | Modules | [your Flash module] | [your Flash build configuration subnode] | iOS tab | Additional ADT options. On 20.01.2014 13:54, DarkStone wrote: Hi Alexander, Thx for your answer, now the question I have is: How to mod

Re:Re: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread DarkStone
Hi Alexander, Thx for your answer, now the question I have is: How to modify Flash Builder to enable "-useLegacyAOT no" by default? Any help will be highly appreciated : ) DarkStone 2014-01-20 在 2014-01-20 17:03:58,"Alexander Doroshko" 写道: >Hi, >new “-useLegacyAOT no” is the option of ADT

Re: GitHub pull requests

2014-01-20 Thread Cosma Colanicchia
Hi Justin, I closed the pull requests 4 (FLEX-33365), 5 and 6 (both related to FLEX-33772). The pull request 7 is related to https://issues.apache.org/jira/browse/FLEX-33774, the related patch file is already attached to the jira issue, but AFAIK it hasn’t been applied. Just let me know if I shou

Re: [flex-sdk] Fix for FLEX-33772 (Incorrect tab focus behavior...) (#5)

2014-01-20 Thread Cosma Colanicchia
... done -- Cosma 2014/1/20 Justin Mclean > Applied and fixed see - https://issues.apache.org/jira/browse/FLEX-33772. > Can you close this? Thanks. > > — > Reply to this email directly or view it on > GitHub > . >

Re: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread Alexander Doroshko
Hi, new “-useLegacyAOT no” is the option of ADT packaging tool. ADT is included in the Adobe AIR SDK. So it is related neither to Flex SDK, nor to Flex compiler, nor to ASC 2.0. Nothing prevents you from using the option when working with Flex SDK any version + AIR SDK 4. Alexander On 19.01.2014

Re: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Alex Harui
I thought RTL didn't work in TextField-based skins. On 1/19/14 3:46 AM, "Maurice Amsellem" wrote: >I take this one for a start: > >FLEX-33972 - RTL text on iOS7. > >I will take more as time allows... > >Maurice > >-Message d'origine- >De : Justin Mclean [mailto:jus...@classsoftware.com]