RE: [flexcoders] Modal Immunity

2006-07-10 Thread Evan Gifford
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Modal Immunity Throw the help button in a popup as well. Then, everytime you open a popup, go: PopUpManager.bringToFront ( helpButton ) PopUps are put in a different display area, thus their parent is not the app, and thus

Re: [flexcoders] Modal Immunity

2006-07-10 Thread JesterXL
: Monday, July 10, 2006 10:34 AM Subject: RE: [flexcoders] Modal Immunity Thanks JXL, that does sound feasible, but I’ve constructed the document in such a way so that the help window which is popped up is a separate component from the button which makes it appear. This way, the animation

RE: [flexcoders] Modal Immunity

2006-07-10 Thread Evan Gifford
10, 2006 9:10 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Modal Immunity I didn't think the PopUpManager solution would work for you; most icons buttons are part of integrated views, and thus can't be removed, but I take the shotgun approach to answers. You

Re: [flexcoders] Modal Immunity

2006-07-07 Thread Tom Chiverton
On Thursday 06 July 2006 18:10, Evan Gifford wrote: That is ... so that the modal blur/transparency does not affect it? Models dont't blur on have transparency, do you have some code to explain ? -- Tom Chiverton This email is sent for and

RE: [flexcoders] Modal Immunity

2006-07-07 Thread Evan Gifford
thankful to be a part of a group like this. -Evan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, July 07, 2006 6:23 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Modal Immunity On Thursday 06 July 2006 18

Re: [flexcoders] Modal Immunity

2006-07-07 Thread JesterXL
again to it's original parent when you close the TitleWindow. - Original Message - From: Evan Gifford [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, July 07, 2006 3:17 PM Subject: RE: [flexcoders] Modal Immunity Sorry for the confusion. I'll explain this better here