RE: [flexcoders] Freeze Flex Application

2007-10-01 Thread Alex Harui
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Monday, October 01, 2007 11:06 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Freeze Flex Application Actually your comment below "they can't cancel or navigate elsewhere" is pr

RE: [flexcoders] Freeze Flex Application

2007-10-01 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Dale Sent: Monday, October 01, 2007 8:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Freeze Flex Application Hmm ... flash is single threaded? How do the asynchronous events and event_listeners work in a single

Re: [flexcoders] Freeze Flex Application

2007-10-01 Thread Paul Dale
ogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Kevin > *Sent:* Sunday, September 30, 2007 8:07 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Freeze Flex Application > > > > the main problem I am having right now is that I have some popups that g

RE: [flexcoders] Freeze Flex Application

2007-10-01 Thread Tracy Spratt
rom: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Monday, October 01, 2007 11:06 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Freeze Flex Application Actually your comment below "they can't cancel or navigate elsewhere" is precisely what

Re: [flexcoders] Freeze Flex Application

2007-10-01 Thread Kevin
Actually your comment below "they can't cancel or navigate elsewhere" is precisely what I want. The only time this is being used in my app is to completely freeze out a user by an administrator. I am using managed DataServices and thus if an administrator changes the UserVO value 'enabled

RE: [flexcoders] Freeze Flex Application

2007-09-30 Thread Alex Harui
ders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Sunday, September 30, 2007 8:07 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Freeze Flex Application the main problem I am having right now is that I have some popups that get created using the ObserveValue tags.

Re: [flexcoders] Freeze Flex Application

2007-09-30 Thread Sheriff
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Freeze Flex Application Is there a way to freeze a flex application so that nothing can be executed both from a UI perspective and behind the scenes? I can create a modal Alert or PopUp to block user input, but I notice that code still get'

Re: [flexcoders] Freeze Flex Application

2007-09-30 Thread Kevin
: [flexcoders] Freeze Flex Application Is there a way to freeze a flex application so that nothing can be executed both from a UI perspective and behind the scenes? I can create a modal Alert or PopUp to block user input, but I notice that code still get's executed behind the scenes and thus any

RE: [flexcoders] Freeze Flex Application

2007-09-30 Thread Alex Harui
Therer is no one api. What do you want to prevent? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Sunday, September 30, 2007 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Freeze Flex Application Is there

[flexcoders] Freeze Flex Application

2007-09-30 Thread Kevin
Is there a way to freeze a flex application so that nothing can be executed both from a UI perspective and behind the scenes? I can create a modal Alert or PopUp to block user input, but I notice that code still get's executed behind the scenes and thus anything already initiated will get