[flexcoders] Re: Block entire application while in transaction

2007-11-20 Thread danielvlopes
Thanks, but i`m not using this to do uploads, upload i made especific component. I just want user can't click any place or made another transaction while something is stored on database o get from database. One way to block error comportament, i think application enabled is good idea. Enabled fals

[flexcoders] Re: Block entire application while in transaction

2007-11-19 Thread Stephen Allison
danielvlopes writes: > exist some way to set enabled to false for entire > application while transactions ocour? Application.application.enabled = false; should do the trick. Set it back to true when the transaction is done.