[flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Pan Troglodytes
Using the example given for the help topic Handling user interactions with charts works fine:?xml version=1.0?mx:Application xmlns:mx= http://www.adobe.com/2006/mxmlmx:Script![CDATA[import mx.controls.Alert;import mx.charts.events.ChartItemEvent;[Bindable]

RE: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Ely Greenfield
try setting the 'doubleClickEnabled' flag on the chart to true. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan TroglodytesSent: Monday, June 19, 2006 11:24 AMTo: flexcodersSubject: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp? Using

Re: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Pan Troglodytes
. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan TroglodytesSent: Monday, June 19, 2006 11:24 AMTo: flexcodersSubject: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp? Using the example given for the help topic Handling user interactions