[flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-12-23 Thread lidong
We have a lot of remote calls, if ues Application.enabled, we have 
to modify the code for each remote call. So is there a way to find 
out whether the busy cursor is showing so that we can use data 
binding to avoid modifying alll the remote calls.
--- In flexcoders@yahoogroups.com, Sherif Abdou sherif...@... 
wrote:

 cool, but i read somewhere not sure if i actually did or making it 
up but say if you disable the application but there is focus on an 
object or a texfield the user can still alter it from by keyboard so 
i guess you should add global listeners too and prevent anything 
from truly happening
 
 
 - Original Message 
 From: Alexander Tsoukias alex49...@...
 To: flexcoders@yahoogroups.com
 Sent: Tuesday, February 12, 2008 5:31:41 PM
 Subject: [flexcoders] Re: Disable screen interaction while cursor 
in busy mode
 
 thats exactly what i was looking for. Did not know such thing 
existed.
 thanks for pointing out!!!
 
 Alex
 
 --- In flexcod...@yahoogro ups.com, Sherif Abdou sherif626@ .. 
wrote:
 
  why not just do 
  enabled=false
  on the Application itself
  
  
  - Original Message 
  From: Alexander Tsoukias alex49080@ ..
  To: flexcod...@yahoogro ups.com
  Sent: Tuesday, February 12, 2008 4:47:19 PM
  Subject: [flexcoders] Re: Disable screen interaction while 
cursor in
 busy mode
  
  Sounds good, but what if this occurs in the service call as file 
in
  cairngorm, there is no parent to add the popup to.
  
  ??
  
  Alex
  
  --- In flexcod...@yahoogro ups.com, simonjpalmer 
simonjpalmer@ ...
  wrote:
  
   pop up a modal dialog with a progress bar and remove it when 
the
   response returns
   
   --- In flexcod...@yahoogro ups.com, Alexander Tsoukias
   alex49080@ wrote:
   
I would like each time i made a SOAP call and set the Cursor 
to busy
for the screen to get disabled while cursor in busy mode.

Any ideas?
   
  
  
  
  
  
  
  
  _ _ _ _ _ _
  Looking for last minute shopping deals? 
  Find them fast with Yahoo! Search. 
 http://tools. search.yahoo. com/newsearch/ category. php?category= 
shopping
 
 
 
 
 
 
   
_
___
 Be a better friend, newshound, and 
 know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ





Re: [flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-02-12 Thread Sherif Abdou
cool, but i read somewhere not sure if i actually did or making it up but say 
if you disable the application but there is focus on an object or a texfield 
the user can still alter it from by keyboard so i guess you should add global 
listeners too and prevent anything from truly happening


- Original Message 
From: Alexander Tsoukias [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, February 12, 2008 5:31:41 PM
Subject: [flexcoders] Re: Disable screen interaction while cursor in busy mode

thats exactly what i was looking for. Did not know such thing existed.
thanks for pointing out!!!

Alex

--- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote:

 why not just do 
 enabled=false
 on the Application itself
 
 
 - Original Message 
 From: Alexander Tsoukias [EMAIL PROTECTED] ..
 To: [EMAIL PROTECTED] ups.com
 Sent: Tuesday, February 12, 2008 4:47:19 PM
 Subject: [flexcoders] Re: Disable screen interaction while cursor in
busy mode
 
 Sounds good, but what if this occurs in the service call as file in
 cairngorm, there is no parent to add the popup to.
 
 ??
 
 Alex
 
 --- In [EMAIL PROTECTED] ups.com, simonjpalmer simonjpalmer@ ...
 wrote:
 
  pop up a modal dialog with a progress bar and remove it when the
  response returns
  
  --- In [EMAIL PROTECTED] ups.com, Alexander Tsoukias
  alex49080@ wrote:
  
   I would like each time i made a SOAP call and set the Cursor to busy
   for the screen to get disabled while cursor in busy mode.
   
   Any ideas?
  
 
 
 
 
 
 
 
 _ _ _ _ _ _
 Looking for last minute shopping deals? 
 Find them fast with Yahoo! Search. 
http://tools. search.yahoo. com/newsearch/ category. php?category= shopping






  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


[flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-02-12 Thread Alexander Tsoukias
thats exactly what i was looking for. Did not know such thing existed.
thanks for pointing out!!!

Alex


--- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote:

 why not just do 
 enabled=false
  on the Application itself
 
 
 - Original Message 
 From: Alexander Tsoukias [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Tuesday, February 12, 2008 4:47:19 PM
 Subject: [flexcoders] Re: Disable screen interaction while cursor in
busy mode
 
 Sounds good, but what if this occurs in the service call as file in
 cairngorm, there is no parent to add the popup to.
 
 ??
 
 Alex
 
 --- In [EMAIL PROTECTED] ups.com, simonjpalmer simonjpalmer@ ...
 wrote:
 
  pop up a modal dialog with a progress bar and remove it when the
  response returns
  
  --- In [EMAIL PROTECTED] ups.com, Alexander Tsoukias
  alex49080@ wrote:
  
   I would like each time i made a SOAP call and set the Cursor to busy
   for the screen to get disabled while cursor in busy mode.
   
   Any ideas?
  
 
 
 
 
 
 
  

 Looking for last minute shopping deals?  
 Find them fast with Yahoo! Search. 
http://tools.search.yahoo.com/newsearch/category.php?category=shopping





Re: [flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-02-12 Thread Sherif Abdou
why not just do 
enabled=false
 on the Application itself


- Original Message 
From: Alexander Tsoukias [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, February 12, 2008 4:47:19 PM
Subject: [flexcoders] Re: Disable screen interaction while cursor in busy mode

Sounds good, but what if this occurs in the service call as file in
cairngorm, there is no parent to add the popup to.

??

Alex

--- In [EMAIL PROTECTED] ups.com, simonjpalmer simonjpalmer@ ...
wrote:

 pop up a modal dialog with a progress bar and remove it when the
 response returns
 
 --- In [EMAIL PROTECTED] ups.com, Alexander Tsoukias
 alex49080@ wrote:
 
  I would like each time i made a SOAP call and set the Cursor to busy
  for the screen to get disabled while cursor in busy mode.
  
  Any ideas?
 






  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

[flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-02-12 Thread simonjpalmer
pop up a modal dialog with a progress bar and remove it when the
response returns

--- In flexcoders@yahoogroups.com, Alexander Tsoukias
[EMAIL PROTECTED] wrote:

 I would like each time i made a SOAP call and set the Cursor to busy
 for the screen to get disabled while cursor in busy mode.
 
 Any ideas?