|
WikiDoc |
Progress indicators in AlphaXInterface.ProgressIndicators HistoryHide minor edits - Show changes to markup May 17, 2006, at 07:10 AM
by - Link to screen snapshots
Changed line 8 from:
to:
May 17, 2006, at 07:07 AM
by - Centered image
Changed line 6 from:
to:
May 17, 2006, at 07:07 AM
by -
Changed line 7 from:
http://alphatcl.sourceforge.net/wiki/pub/images/asynchProgIndicator.png to:
http://alphatcl.sourceforge.net/wiki/pub/images/asynchProgIndicator.png May 17, 2006, at 07:06 AM
by - Image of async progress indicator
Added line 7:
http://alphatcl.sourceforge.net/wiki/pub/images/asynchProgIndicator.png May 16, 2006, at 09:17 PM
by - List element
Changed lines 6-7 from:
rotating indicator is an asynchronous progress indicator (of type chasing arrows) like what the system displays when the computer is starting. to:
May 13, 2006, at 06:08 PM
by - Progress indicators in AlphaX
Added lines 1-27:
(:title Progress indicators in AlphaX:) IntroductionStarting with version 8.1a4, AlphaX offers two ways of displaying a progress indicator when a lengthy operation is being processed:
rotating indicator is an asynchronous progress indicator (of type chasing arrows) like what the system displays when the computer is starting.
Displaying the per-window indicatorThe rotating indicator is controlled by the new busy property defined with the [setWinInfo] and [getWinInfo] commands. Here are the basic instructions to show or hide this indicator respectively:
setWinInfo -w $w busy 1
setWinInfo -w $w busy 0
where $w is the name of the current window. To query the state of the indicator (visible or not) use [getWinInfo]
getWinInfo -w $w arr
where $w is the name of the current window and arr is the name of an array. The state is stored in $arr(busy). Displaying the main progress barThe progress bar is controlled by the [progressBar] command which is explained in ProgressBarCommand |
|
Edit -
History -
Print -
Recent Changes -
Search
Page last modified on May 17, 2006, at 07:10 AM
|
Hosted on
|