button={ label=Help action="xtpanel -file help/actions &" }
button={ label=Cancel action="QUIT" }
vbox={ name=noborder
vbox={
dialog={ 
 name=otherobj
 label="Name of object whose value you want to modify"
}
message={ 
 value="The following string is what the other object's value"
}
message={ 
 value="is set to."
}
message={ 
 value="In it, you can refer to the value of this object as $$(val)." 
}
message={ 
 value="You can also refer to the values of other objects" 
}
message={ 
 value="using the names you have given the objects." 
}
text={ 
 name=outstring 
 editType=edit
 value="$$(val)" 
 height=50 width=500
}
}
button={ label="Click here when done" 
 action="echo 'action=""$(acttype) $(otherobj) $(outstring)"" ' " 
 action=QUIT
}
}
