Spinner | |
Type | widget |
Dictionary | widget.spinner |
Library | Spinner |
Associations | com.livecode.widget.spinner |
Summary | This widget is a spinner or activity indicator. Spinners provide visual feedback to users use when performing an activity for an unknown duration such as processing a large amount of data or presenting a complex user interface. |
Description | This widget is a spinner or activity indicator. Spinners provide visual feedback to users use when performing an activity for an unknown duration such as processing a large amount of data or presenting a complex user interface. |
Type | Name | Summary | Syntax |
---|---|---|---|
property | markerCount | The number of markers to display in the spinner | set the markerCount of <widget> to <markers> get the markerCount of <widget> |
- - - | scaleMarkers | Whether to scale the markers to or maintain a constant size | set the scaleMarkers of <widget> to { true | false } get the scaleMarkers of <widget> |
widget | Spinner | This widget is a spinner or activity indicator. Spinners provide visual feedback to users use when performing an activity for an unknown duration such as processing a large amount of data or presenting a complex user interface. | set the scaleMarkers of <widget> to { true | false } get the scaleMarkers of <widget> |