|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ProgressIndicator
ProgressIndicator[x]
represents a progress indicator with setting x in the range 0 to 1.
ProgressIndicator[Dynamic[x]]
takes the setting to be the dynamically updated current value of x.
ProgressIndicator[x, {xmin, xmax}]
represents a progress indicator with range
to
.
ProgressIndicator[x, Indeterminate]
represents a progress indicator with indeterminate range.
Details and OptionsDetails and Options
- ProgressIndicator[...] displays in a notebook as a progress indicator going from left to right; it does not allow interactive modification.
- ProgressIndicator[x, Indeterminate] displays as an object which changes whenever x changes. »
- The following options can be given:
-
Appearance Automatic the overall appearance of the progress indicator BaselinePosition Automatic alignment relative to surrounding text BaseStyle {} base style for the progress indicator ImageMargins 0 margins around the image of the progress indicator ImageSize Automatic the overall image size of the progress indicator - ProgressIndicator[] is equivalent to ProgressIndicator[0].
- The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Create a progress indicator set at 0.8 in the default range 0 to 1:
| In[1]:= |
| Out[1]= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
