flex application is asynchronous by default and the UI of your application would not get blocked if you are sending any request to the back end/ data source server, what you want to achieve is the synchronous behavior, (blocking your UI unless your service/request is back with results), there are various ways of doing this - to look at some of them browse through these URLS
http://stackoverflow.com/questions/187851/synchronous-dialogs-in-flex http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=7184 http://livedocs.adobe.com/flex/3/html/SQL_14.html http://livedocs.adobe.com/flex/3/html/help.html?content=SQL_14.html saurabh On Sat, Feb 14, 2009 at 10:02 AM, kiran singh <[email protected]> wrote: > hi, > > I am using busy cursor as true while i am connecting to server(remote > object). if my response from server takes much time even then i can able to > click on the other controls in page. > > Excepted : when busy cursor is true.it should work similar as Alert > message(disable the parent application while sending request and enable the > parent application after getting response) > > -- > N.Kiran Singh > mca > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

