Makes a busy indicator appear when set to true.
PODSWindow
attribute PODSBoolean showBusy;
window.showBusywindow.showBusy = bool;
PODSBoolean PODSgetShowBusy(PODSWindow* window)
void PODSsetShowBusy( PODSWindow* window, PODSBoolean bool )
window The PODSWindow object.
bool [in] The state to set: PODS_TRUE or PODS_FALSE.
Getter: PODS_TRUE if showBusy is set to PODS_TRUE; PODS_FALSE otherwise.
Setter: None
The showBusy attribute is automatically set to PODS_FALSE at the end of any eventhandler (onclick, onload, etc.).
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |