Changeset 4520 for branches/1.3/gui/scripts
- Timestamp:
- Jul 16, 2014, 11:15:23 PM (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/gui/scripts/field.tcl
r4512 r4520 89 89 # defined below 90 90 } 91 public method blob { cname } 91 public method blob { cname } 92 92 public method components {args} 93 93 public method controls {option args} … … 365 365 } 366 366 if {[info exists _comp2dx($cname)]} { 367 error "method \"values\" is not implemented for dx data"367 error "method \"values\" is not implemented for dx file data" 368 368 } 369 369 if {[info exists _comp2unirect2d($cname)]} { … … 392 392 } 393 393 if {[info exists _comp2dx($cname)]} { 394 return $_comp2dx($cname) 394 return $_comp2dx($cname) ;# return gzipped, base64-encoded DX data 395 395 } 396 396 if {[info exists _comp2unirect2d($cname)]} { … … 919 919 continue; # Ignore this component 920 920 } 921 set vector ""922 921 if 0 { 923 922 set f [open /tmp/$_path.$cname.dx "w"] … … 948 947 [Rappture::FlowHints ::\#auto $_field $cname $_units] 949 948 } 950 set _dim 3951 949 incr _counter 952 950 } elseif { $type == "dicom"} {
Note: See TracChangeset
for help on using the changeset viewer.