Another thing (sorry for the double post). On the mouse_down event, I'm creating a copy of the thumbnail's picture under the mouse pointer, so I guess the mouse up isn't caught at all by the thumbnail, but rather by the thumbnail's copy.
--- In flexcoders@yahoogroups.com, Paul Hastings <[EMAIL PROTECTED]> wrote: > > Alex Harui wrote: > > You might get two MOUSE_UPs, but not continuous. Are you sure you're > > not redispatching the event? > > i had the same sort of problem, listening for pretty much all mouse events & we > found it impossible to capture *just* the double click, the app would react to > the mouse down/up instead of the "double click". had to resort to using > control-key+mouse click. > > how should we have done this? >