Changeset 1268 for trunk


Ignore:
Timestamp:
Jan 8, 2009, 1:18:18 PM (16 years ago)
Author:
dkearney
Message:

moving the update call from controls to driver because it was messing with the structure example in zoo. structure example's image and parameters options were failing. now the gui is updated after the page has been created and packed. i wanted to put the update just before the deiconify call at the end of driver, but it looks like if you dont call update after the input pages are created, the loader behavior persists. this may have something to do with the 50ms wait time before the loader's value command is called.

Location:
trunk/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r1267 r1268  
    234234}
    235235
     236# let components (loaders) in the newly created pages settle
     237update
     238
    236239# ----------------------------------------------------------------------
    237240# OUTPUT AREA
  • trunk/gui/scripts/controls.tcl

    r1267 r1268  
    270270    $_dispatcher event -idle !layout
    271271    _controlChanged $name
    272 
    273     # let the waiting events in the gui (like loader) settle
    274     update
    275272
    276273    return $name
Note: See TracChangeset for help on using the changeset viewer.