Changeset 134
- Timestamp:
- Dec 4, 2009 5:00:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/liveplot
- Property rcs:date changed from 2000/04/10 20:07:43 to 2000/05/17 16:30:57
- Property rcs:lines changed from +21 -4 to +5 -5
- Property rcs:rev changed from 1.11 to 1.12
r125 r134 109 109 } 110 110 111 proc donewait {} {111 proc donewaitmsg {} { 112 112 catch {destroy .wait} 113 113 update … … 793 793 waitmsg {Updating} 794 794 plotdata $box 795 donewait 795 donewaitmsg 796 796 } 797 797 … … 952 952 if [file exists $fl] {source $fl} 953 953 954 donewait 954 donewaitmsg 955 955 trace variable peakinfo w plotdataupdate
Note: See TracChangeset
for help on using the changeset viewer.