apache / apache/royale-compiler
itemRenderer can't be specified mxml class definition
- Dominant language
- Java
- Stars
- 113
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
This works:
```mxml
```
But this doen't (in RequestList.mxml)
```mxml
```
I get a run-time error:
RequestList.js:38 Uncaught TypeError: this.generateMXMLAttributes is not a function
at new dashboard.view.royale.RequestList (RequestList.js:38)
at Function.org.apache.royale.utils.MXMLDataInterpreter.generateMXMLArray (MXMLDataInterpreter.js:124)
at Function.org.apache.royale.utils.MXMLDataInterpreter.generateMXMLInstances (MXMLDataInterpreter.js:266)
at org.apache.royale.jewel.supportClasses.drawer.DrawerContent.org.apache.royale.html.Group.addedToParent (Group.js:76)
at org.apache.royale.jewel.Drawer.org.apache.royale.jewel.supportClasses.drawer.DrawerBase.addElement (DrawerBase.js:78)
at Function.org.apache.royale.utils.MXMLDataInterpreter.initializeStrandBasedObject (MXMLDataInterpreter.js:236)
at Function.org.apache.royale.utils.MXMLDataInterpreter.generateMXMLArray (MXMLDataInterpreter.js:125)
at Function.org.apache.royale.utils.MXMLDataInterpreter.generateMXMLInstances (MXMLDataInterpreter.js:266)
at org.apache.royale.jewel.Drawer.org.apache.royale.html.Group.addedToParent (Group.js:76)
at dashboard.view.royale.Dashboard.org.apache.royale.core.UIBase.addElement (UIBase.js:414)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.