Thanks Roman, I should have went to the ListBase link in the docs hierarchy menu, instead of giving up after not finding it in http://adobe.../mx/controls/List.html
--- In [email protected], Roman Protsiuk <roman.prots...@...> wrote: > > Quote from the docs: > "To receive itemDoubleClick events, you must set the component's > doubleClickEnabled property to true." > > Roman > > > > On Sat, Oct 31, 2009 at 10:16 PM, steveb805 <quantumcheese...@...>wrote: > > > > > > > Is there any reason that itemDoubleClick would not produce an event ? > > > > I'm trying this itemDoubleClick="evtHandler(event)", but the function > > doesn't get called. The code for this list is below (but I don't have the > > itemdoubleclick in there now) > > > > (ProjectList is an *.as file that overrides List just so that I could have > > the custom event for the checkbox) > > > > <mycomp:ProjectList > > labelField="name" > > itemClick="OnItemClick(event)" > > x="8" y="30" > > width="263" height="313" > > id="projectList" > > itemRenderer="EditableTask" > > dataProvider="{projectListAC}" > > clickTaskCheckBox="clickTaskCheckBoxHandler(event)"/> > > > > -Steve > > > > > > >

