|
MoSync 3.2.1
|
Defines | |
| #define | MAW_ACTIVITY_INDICATOR_IN_PROGRESS "inProgress" |
| Sets if the indicator is still on or off. If set to false, it doesn't delete the widget just dismisses it. | |
The available widget properties for a MAW_ACTIVITY_INDICATOR. See Widget properties for more properties.
| #define MAW_ACTIVITY_INDICATOR_IN_PROGRESS "inProgress" |
Sets if the indicator is still on or off. If set to false, it doesn't delete the widget just dismisses it.
// The activity is done. Now this widget is dismissed. maWidgetSetProperty(activityIndicatorHandle, MAW_ACTIVITY_INDICATOR_IN_PROGRESS, "false");