You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Oleg Konovalov <ol...@gmail.com> on 2014/11/06 05:20:28 UTC

Re: Flex3 module in Flex4 FB project

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 <cu...@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 <ol...@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.