Ignore:
Timestamp:
Nov 14, 2011 10:00:24 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2671 r2672  
    560560        }
    561561        set inner [frame $itk_component(plotarea).view.splash]
    562         $inner configure -relief solid -bd 2
    563         label $inner.text1 -text "Rendering..." \
     562        $inner configure -relief raised -bd 2
     563        label $inner.text1 -text "Rendering. Please Wait." \
    564564            -font "Arial 10"
    565         label $inner.text2 -text "Please wait." \
    566             -font "Arial 9"
    567565        label $inner.icon
    568566        pack $inner -expand yes -anchor c
    569567        blt::table $inner \
    570568            0,0 $inner.text1 -anchor w \
    571             1,0 $inner.icon
     569            0,1 $inner.icon
    572570        Waiting start $inner.icon
    573571    } else {
     
    587585            set _icon 0
    588586            $widget configure -image [Rappture::icon bigroller${_icon}]
    589             $_dispatcher event -after 100 !waiting
     587            $_dispatcher event -after 150 !waiting
    590588        }
    591589        "next" {
     
    595593            }
    596594            $widget configure -image [Rappture::icon bigroller${_icon}]
    597             $_dispatcher event -after 100 !waiting
     595            $_dispatcher event -after 150 !waiting
    598596        }
    599597        "stop" {
Note: See TracChangeset for help on using the changeset viewer.