Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you look at MyInitialView.as and compare it to MyInitialViewMXML.mxml, you will see that the generated code isn't really code like it is in Flex 4, but rather, an array of values. This provides an abstraction where the AS or JS framework can figure out the optimal way of creating the right widgets for the view. Early prototypes of this kind of data generation showed that performs as fast as the generated functions in Flex 4.

A "mini-spec" for the data format is here .

Basic components aren't skinnable

...