Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

[Component] :: flexlib.containers.SuperTabNavigator #372

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tiagolo
Copy link

@tiagolo tiagolo commented Oct 24, 2012

  • Change on the type used on casting of child element from
    [mx.core.Container] to [mx.core.INavigatorContent], according to the
    specification of the [mx.containers.ViewStack] component;
  • Also, change on the casting from (Type Checking) with [as] operator
    to (Type Conversion) with [Class(arg)].
    With the old class type [mx.core.Container] the casting by type
    checking throw an [TypeError: Error #1009: null has no properties.],
    instead of correct error that should be [TypeError: Error #1034: Type
    Coercion failed: cannot convert %a to %t]

[mx.core.Container] to [mx.core.INavigatorContent], according to the
specification of the [mx.containers.ViewStack] component;

 - Also, change on the casting from (Type Checking) with [as] operator
to (Type Conversion) with [Class(arg)]. 
   With the old class type [mx.core.Container] the casting by type
checking throw an [TypeError: Error #1009: null has no properties.],
instead of correct error that should be [TypeError: Error #1034: Type
Coercion failed: cannot convert %a to %t]
@buildhive
Copy link

flex-users » flexlib #13 SUCCESS
This pull request looks good
(what's this?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants