This content has been marked as final.
Show 4 replies
-
1. Re: FileSystemTree won't ItemOpen
Barna Biro Aug 29, 2009 10:58 AM (in response to saariko)Try listening for a directoryOpening event instead.
-
2. Re: FileSystemTree won't ItemOpen
saariko Aug 29, 2009 1:52 PM (in response to Barna Biro)Barna Biro wrote:
Try listening for a directoryOpening event instead.
not good. i need access to the data provided by a TreeEvent (item, itemrenderer, dataDescriptor etc...) not a FileEvent
-
3. Re: FileSystemTree won't ItemOpen
Barna Biro Aug 29, 2009 2:54 PM (in response to saariko)May I ask why must you access the dataProvider that way?
-
4. Re: FileSystemTree won't ItemOpen
saariko Aug 29, 2009 11:32 PM (in response to Barna Biro)Barna Biro wrote:
May I ask why must you access the dataProvider that way?
for one thing, i wanted to get all the children under the open node (already filtered by the extensions property - not all children returned by getDirectoryListing). there were other reasons also
but aside from that, this event is listed in the FileSystemTree language reference ,and it appears in the Flex autocomplete - so why doesn't it dispatch? a bug?

