Search Results

0
votes

Actionscript - is it better to cast or create a new variable? Or does it matter at all?

for the second example you might want to test for the nullity to avoid a NullPointerException when invoking "mySpecialFunction", e.g. var tempItem:MyCustomObject = container.getChil …
0
votes

Flex - Binding ViewStack selectedChild Property Using a String Value

when selectedChild is fired the viewStack doesn't have any children added so it throws a NullPointerException: The following will work: <?xml version="1.0" encoding="utf- …