I made a class Person.as with a few variables. Then I made an ArrayCollection and did addItem(person1); addItem(person2); and binded this arraycollection to my tree with dataProvider="{oadp_tree}". Now it doesn't show up in my Tree.. While I made an example with dummy data in MXML and it does show up in my tree (MXML example uses .
Do I need to build my ArrayCollection up with var something:Object or can I use classes?