You could create a "status window" component that extends TitleWindow. Pop it up and give it a status message when it starts the upload, then remove it when finished. You could even request a user response on error. Search the docs for 'TitleWindow' for more info.
There are other ways to do this, but I found this to be the most user firendly for my own use. Best Regards, ...aaron On 11/18/07, danielvlopes <[EMAIL PROTECTED]> wrote: > > 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? > > Thanks. > > > -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

