Is Spring Actionscript 1.0RC1 supported on Flex 4?
Is Spring Actionscript 1.0RC1 supported on Flex 4?
I am running with 1.0RC1 and the Flex 4 release build without issue. I am using JetBrains as my IDE, so I cannot confirm Flash Builder 4.
Yes, using Spring AS with Flex 4 should not be a problem. Are you getting any errors?
i can use it in flex4 too, the spark components can not use it,but mx components can use,
why?
I created an issue describing the failure to load a configuration file when the application is an instance of type spark.components.Application (Flex 4) in JIRA. See http://jira.springframework.org/brow...IONSCRIPTAS-97.
Hi Jon,
I have committed a fix for the application properties so both mx and spark Application are supported. Can you please give this a try and report back?
http://jira.springframework.org/brow...IONSCRIPTAS-97
Thanks!
regards,
Christophe
Christophe,
Much thanks for fixing so quickly. I like your approach of treating the Application object as an Object instead of my suggestion for a spark specific ApplicationPropertiesResolver class. I tested the fix and attached a small patch to the issue in JIRA that safely gets mx-only properties.
Regards,
Jon
Thanks Jon,
I have applied your patch and committed this to the trunk.
regards,
Christophe