Hi all,

Just having issues with the doubleClick event on the Tree control.
I have a tree that is collapsed, with the root note visible. I have the following:

<mx:Tree
    labelField="@identity"
    iconFunction="getIconForNode"
    dataProvider="{ModelLocator.getInstance().treeData}"
    showRoot="false"
    change="onTreeItemSelect()"
    doubleClick="onDoubleClick()"
    xmlns:mx="http://www.adobe.com/2006/mxml">
...
...
</mx:Tree>


the onDoubleClick() method:


private function onDoubleClick() : void
{
     trace('ApplicationEnvironmentTree.onDoubleClick:');
}


I'm not seeing the trace in the output file. Other traces are working correctly. Additionally, the change="onTreeItemSelect()" event works correctly. Any thoughts on this? Is DoubleClick implemented correctly or is this another event thats not handled correctly in the beta player?

Regards,
Graham Weldon



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to