hey all
i am having trouble with my FilSystemTree component i have in an AIR app.
it doesn't dispatch an ItemOpen event when a branch is opened.
it should, as FileSystemTree extends Tree, which is the source dispatcher of the ItemOpen event
- CODE:
<mx:FileSystemTree id="tree"
extensions="[jpeg, jpg, bmp]"
itemOpen ="onBranchOpen(event);" />
ItemOpening does work, but it is not good for me since it dispatches at the begging of the opening process, not at it's end
DirectoryOpening does work, but it is a FileEvent, not a TreeEvent
any ideas?
thanx in advance,
Saar