RE: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-03 Thread Alex Harui
: [flexcoders] Re: FlexMouseEvent stop propagation Can I make the outer edges not make a hazed out gray layer? As in, clear? On 9/2/07, Alex Harui <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: I would still go modal and close the dialog on mous

Re: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-03 Thread Patrick Driggett
ilto:[EMAIL PROTECTED] *On > Behalf Of *Patrick Driggett > *Sent:* Saturday, September 01, 2007 6:19 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: FlexMouseEvent stop propagation > > Yes, its for a touch screen medical application that basically adjusts &g

RE: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-02 Thread Alex Harui
Sent: Saturday, September 01, 2007 11:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FlexMouseEvent stop propagation I would try listening for the click event also and use event.stopImmediatePropagation().

[flexcoders] Re: FlexMouseEvent stop propagation

2007-09-02 Thread ben.clinkinbeard
--- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > > Behalf Of *ben.clinkinbeard > > *Sent:* Saturday, September 01, 2007 11:53 AM > > *To:* flexcoders@yahoogroups.com > > *Subject:* [flexcoders] Re: FlexMouseEvent stop propagati

Re: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-02 Thread Patrick Driggett
gt;You sure you don't want a modal dialog? > > -- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *ben.clinkinbeard > *Sent:* Saturday, September 01, 2007 11:53 AM > *To:* flexcoders@yahoogroups.com > *Subject

RE: [flexcoders] Re: FlexMouseEvent stop propagation

2007-09-01 Thread Alex Harui
You sure you don't want a modal dialog? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Saturday, September 01, 2007 11:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FlexMouseEvent stop propag

[flexcoders] Re: FlexMouseEvent stop propagation

2007-09-01 Thread ben.clinkinbeard
I would try listening for the click event also and use event.stopImmediatePropagation(). HTH, Ben --- In flexcoders@yahoogroups.com, "Patrick Driggett" <[EMAIL PROTECTED]> wrote: > > I am listening for FlexMouseEvent.MOUSE_DOWN_OUTSIDE so that I can > close a dialog when I click outside of it.