----- Original Message ----- From: "danielvlopes" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, November 19, 2007 3:13 AM Subject: [flexcoders] Block entire application while in transaction
> Hello, i had application with stacks, buttons, inputs and etc... when > user click in insert button it start upload and database insert, but > while those operations happening user can click in other parts of > application, exist some way to set enabled to false for entire > application while transactions ocour? Lets hope that transaction doesn't fail or take too long. The simplest way to do this is perhaps to use a modal dialog box and use that to hold some kind of progress indicator. Paul > Thanks.

