RE: tree error

2013-09-26 Thread Miguel Ferreira
Thank you Alex, I will check it now. Because in the 4.1.0 the tree is working without problem but after updated it throws that error. Thanks for the tip now i know where to look. Miguel > From: aha...@adobe.com > To: dev@flex.apache.org > Date: Wed, 25 Sep 2013 09:15:42 -0700 > Subje

Re: tree error

2013-09-25 Thread Alex Harui
listItems is the array of renderers. In theory, every visible row should have at least one renderer, so listItems[rowIndex][0] cannot be null for any visible row. In the tree, in this code, theoretically you've clicked on the row that is rowIndex to close away its children so there should be a re

tree error

2013-09-25 Thread Miguel Ferreira
Hi all, This week i am updating the sdk for the version 4.10 i had problems before but was i needed to update parsley version. After that all went fine. In this moment i get a error in one tree and i just don't know if is related with the sdk or not.Because i have a tree working and other not. Ev