I think, the main Flex3->4 effort would be in converting all Cairngorm code there to Parsley 2.4. Is there an easy way to do that?
TIA, Oleg. On Tue, Oct 28, 2014 at 8:23 AM, Curtis Aube <curtis.a...@piematrix.com> wrote: > Not sure if this will help, but if you upgrade your Flex 3 app to be a > Flex 4 app, you can maintain the look of your legacy app by setting set the > theme to be Spark and Halo. Then moving forward, you can use spark with the > new spark theme while maintaining the look of your legacy app. > > So in your flex-config.xml, you would set it to something like: > > <!-- List of CSS or SWC files to apply as a theme. --> > <theme> > <!-- The Flex 4 default theme is Spark. --> > <filename>themes/Halo/halo.swc</filename> > <filename>themes/Spark/spark.css</filename> > </theme> > > Hope that helps. Good luck. > > Curtis > > > On Oct 23, 2014, at 4:55 PM, Oleg Konovalov <oleg...@gmail.com> wrote: > > > > Hi, > > > > We currently have a legacy Flex3 app with Cairngorm which we would like > to > > bring into the Flex4 app with Parsley 2.4. > > Is it possible to put that Flex3 code as module into Flex4 project in FB > > 4.5.1? > > > > Is it possible to incorporate that Flex3 module as an item in Flex4 menu > > (using 3rd party component) ? > > > > Is it possible to get interaction between this Flex3 module and Flex4 > > items, like user selects a row of data on one side, and shows it in > another > > view via XML data? > > > > Please advise. > > > > TIA, > > Oleg > > -- Thank you, Oleg.