Changeset 3555


Ignore:
Timestamp:
Mar 22, 2013, 4:20:53 PM (12 years ago)
Author:
gah
Message:

convert grab on balloon to local

Location:
trunk/gui/scripts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/balloon.tcl

    r3330 r3555  
    232232    # grab the mouse pointer
    233233    update
    234     while {[catch {grab set -global $itk_component(hull)}]} {
     234    while {[catch {grab set -local $itk_component(hull)}]} {
    235235        after 100
    236236    }
  • trunk/gui/scripts/flowvisviewer.tcl

    r3533 r3555  
    811811            $inner.summary configure -text "$word $num in the following format:"
    812812            update idletasks ;# fix initial sizes
     813            update
    813814            return $popup
    814815        }
     
    28972898
    28982899    $popup activate $widget below
     2900    update idletasks
    28992901    update
    29002902    # We wait here for either
     
    29462948        set inner [$popup component inner]
    29472949    }
     2950    update
    29482951    # Timeout is set to 10 minutes.
    29492952    $_dispatcher event -after 600000 !movietimeout
     
    29652968   
    29662969    $popup activate $widget below
     2970    update idletasks
    29672971    update
    29682972    # We wait here until
  • trunk/gui/scripts/vtkisosurfaceviewer.tcl

    r3550 r3555  
    14661466                return
    14671467            }
     1468            SendCmd "dataset scalar $_curFldName"
    14681469            SendCmd "dataset maprange explicit $_limits($_curFldName) $_curFldName"
     1470            SendCmd "cutplane colormode $_colorMode $_curFldName"
    14691471            SendCmd "contour3d colormode $_colorMode $_curFldName"
    1470             SendCmd "cutplane colormode $_colorMode $_curFldName"
    14711472            SendCmd "camera reset"
    14721473            UpdateContourList
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r3552 r3555  
    17421742        -command [itcl::code $this AdjustSetting streamlinesScale]
    17431743
    1744     label $inner.field_l -text "Field" -font "Arial 9"
     1744    label $inner.field_l -text "Color by" -font "Arial 9"
    17451745    itk_component add field {
    17461746        Rappture::Combobox $inner.field -width 10 -editable no
Note: See TracChangeset for help on using the changeset viewer.