- Timestamp:
- Apr 28, 2015, 2:51:47 PM (10 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/deviceEditor.tcl
r3330 r5330 183 183 } 184 184 set servers [Rappture::VisViewer::GetServerList "pymol"] 185 if { "" != $servers } { 186 Rappture::MolvisViewer $itk_component(hull).mol $servers 187 } else { 188 Rappture::MoleculeViewer $itk_component(hull).mol $this 189 } 185 Rappture::MolvisViewer $itk_component(hull).mol $servers 190 186 pack $itk_component(hull).mol -expand yes -fill both 191 187 } -
trunk/gui/scripts/field.tcl
r5323 r5330 887 887 # 888 888 # Extract gzipped, base64-encoded OpenDX data 889 # 889 # 890 890 set viewer [$_field get "about.view"] 891 891 if { $viewer != "" } {
Note: See TracChangeset
for help on using the changeset viewer.