Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Dynamic Interactivity Language >

Refresh

Refresh[expr, opts]
represents an object whose value in a Dynamic should be refreshed at times specified by the options opts.
Refresh[expr, None]
specifies that the value of expr should never automatically be refreshed.
  • The following options can be given:
TrackedSymbolsAutomaticsymbols whose changes trigger an update
UpdateIntervalInfinitytime interval at which to do updates
  • When Refresh[expr, opts] is evaluated inside a Dynamic, it gives the current value of expr, then specifies criteria for when the Dynamic should be updated.
  • When one Refresh appears inside another, the innermost Refresh takes precedence.
  • The setting UpdateInterval->t specifies that updating should be done at least every t seconds.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team