actionscript 3 - Migration of a stand alone Flex Application / WindowedApplication into Box or Group -



actionscript 3 - Migration of a stand alone Flex Application / WindowedApplication into Box or Group -

in order integrate several air applications one.

i tried way migration old <s:windowedapplication> / <s:application> <s:group> or <mx:box>.

by doing found out initialization order of mxml components nested in new grouping / box differs 1 in application. in consequence got null pointer exceptions when instantiate new grouping / box.

any ideas? comments?

flex actionscript-3 flash-builder

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -