You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Piotr Zarzycki (JIRA)" <ji...@apache.org> on 2017/03/04 13:22:45 UTC

[jira] [Assigned] (FLEX-34842) NPE PanelWithControlBarView/layoutChromeElements()

     [ https://issues.apache.org/jira/browse/FLEX-34842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Zarzycki reassigned FLEX-34842:
-------------------------------------

    Assignee: Piotr Zarzycki

> NPE PanelWithControlBarView/layoutChromeElements()
> --------------------------------------------------
>
>                 Key: FLEX-34842
>                 URL: https://issues.apache.org/jira/browse/FLEX-34842
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.5.0
>         Environment: Flash SWF - Not working
> HTML - Not tested
>            Reporter: Michael Schmalle
>            Assignee: Piotr Zarzycki
>
> Simple App setup;
> With the following InitialView;
> {code}
> <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
>              xmlns:js="library://ns.apache.org/flexjs/basic">
>     <js:PanelWithControlBar title="Example" x="0" y="0" className="panel1">
>         <js:beads>
>             <js:VerticalLayout/>
>         </js:beads>
>         <js:Label text="Test ControlBar"/>
>         <js:controlBar>
>             <js:Label text="ControlBar area"/>
>         </js:controlBar>
>     </js:PanelWithControlBar>
> </js:ViewBase>
> {code}
> Error;
> {code}
> [Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
> at org.apache.flex.html.beads::PanelWithControlBarView/layoutChromeElements()[c:\Jenkins\workspace\flex-asjs\frameworks\projects\HTML\as\src\org\apache\flex\html\beads\PanelWithControlBarView.as:149]
> at org.apache.flex.html.beads::PanelWithControlBarView/changeHandler()[c:\Jenkins\workspace\flex-asjs\frameworks\projects\HTML\as\src\org\apache\flex\html\beads\PanelWithControlBarView.as:181]
> at flash.events::EventDispatcher/dispatchEventFunction()
> at flash.events::EventDispatcher/dispatchEvent()
> at org.apache.flex.html::Container/addElement()[c:\Jenkins\workspace\flex-asjs\frameworks\projects\HTML\as\src\org\apache\flex\html\Container.as:130]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)