I would like to have the application.enabled set to false anytime the cursur changes to stop watch (communication with backend server) and have the application.enabled set to true when the cursor reverts to default.
How would I do this? Is there an easy way to set this up? I know I could set it in code for every remote object call and result/fault handler, but currently there are alot of these in the application and I actually do not have fault handlers per say...just pop up an alert box with the fault string. Is there an attribute to set or maybe a simple override? Thanks

