in reply to Dynamic re-pack widget

I was right! This was a "feature" of the Notebook widget. What ended up solving it, was to add -raisecmd => sub { &sliders; } to the line that added the Notebook page with my sliders on it. Then in the "sliders" subroutine I make all the changes to what needs updating.

Quite gratifying! =P