strand:IStrand
[write-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The host component for this bead.
Implementation public function set strand(value:IStrand):void
public function callLater(fn:Function, args:Array = null, thisArg:Object = null):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Calls a function after some amount of time.
CallLater works a bit differently than in
the Flex SDK. The Flex SDK version was
could use the Flash Player's RENDER event
to try to run code before the scren was
updated. Since there is no deferred rendering
in HTML/JS/CSS, this version of callLater
is almost always going to run after the
screen is updated.
Parameters
| fn:Function |
|
| args:Array (default = null )
|
|
| thisArg:Object (default = null )
|