RE: [flexcoders] Preventing list selection

2009-05-15 Thread Alex Harui
List/DataGrid don't use click. They use mouseDown/mouseUp. You can try blocking those events. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard

Re: [flexcoders] Preventing list selection

2009-05-15 Thread Richard Rodseth
Thanks, Alex. That does work, though the new item is still highlighted first, so I might be better of using change, thus covering keyboard selection as well. I saw a Gumbo example on flexexamples using a selectionChanging event, so it seems as though this use case will be supported in future. On

Re: [flexcoders] Preventing list selection

2009-05-15 Thread Richard Rodseth
Actually, I take it back, the highlighting is the roll-over highlighting - but the item does appear selected while the modal dialog is up. On Fri, May 15, 2009 at 6:16 AM, Richard Rodseth rrods...@gmail.com wrote: Thanks, Alex. That does work, though the new item is still highlighted first,

RE: [flexcoders] Preventing list selection

2009-05-15 Thread Alex Harui
, May 15, 2009 7:01 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Preventing list selection Actually, I take it back, the highlighting is the roll-over highlighting - but the item does appear selected while the modal dialog is up. On Fri, May 15, 2009 at 6:16 AM, Richard Rodseth

Re: [flexcoders] Preventing list selection

2009-05-15 Thread Richard Rodseth
://blogs.adobe.com/aharui *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Richard Rodseth *Sent:* Friday, May 15, 2009 7:01 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Preventing list selection Actually, I take it back