Dear Friends, I am facing a problem in my project (Flex 3). I have a data entry form. When I send HTTP Request to send the data to the server side for storing, it takes few seconds. Meanwhile so as to restrict the user from editing the form, I make a canvas (with transparency) visible which exactly overlaps the data entry form. This makes the complete form non-editable. When the result of HttpService comes, I make the visibility of this transparent canvas as false.
But when the form waits for HttpService result to come, if the user presses the space bar, the transparent canvas disappears (becomes visible false) and the form becomes enable by space bar event. Please suggest me ASAP to restrict this behavior. -- Thanks & Regards, Deepak Bhalla -- 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.

