source: trunk/examples/zoo/choice/choice.tcl @ 5348

Last change on this file since 5348 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 852 bytes
Line 
1# ----------------------------------------------------------------------
2#  EXAMPLE: Rappture <choice> elements
3# ======================================================================
4#  AUTHOR:  Michael McLennan, Purdue University
5#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
6#
7#  See the file "license.terms" for information on usage and
8#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
9# ======================================================================
10package require Rappture
11
12# open the XML file containing the run parameters
13set driver [Rappture::library [lindex $argv 0]]
14
15$driver put output.choice(outs).about.label "Echo of choice"
16set choice [$driver get input.(stats).current]
17$driver put output.choice(outs).current $choice
18
19# save the updated XML describing the run...
20Rappture::result $driver
21exit 0
Note: See TracBrowser for help on using the repository browser.