Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Safari
Language Found: English
Description
These methods are badly named as generally there will be no loading and unloading taking place in these methods.
The docs state
"This method instantiates the skin for the component, adds the skin as a child of the component, and resolves all part associations for the skin"
This doesn't mention any loading, and although it would be possible, it's unlikely loading will be take place here.
createSkin() and destroySkin() are much more app, and also fit in with the current API (i.e. createChildren() isn't loadChildren()).