http://www.perlmonks.org?node_id=640305


in reply to Delaying changes to widget layout with Perl/Tk

Are $mw->Busy; at the beginning and $mw->Unbusy; at the end of the rearrangement enough?

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

Replies are listed 'Best First'.
Re^2: Delaying changes to widget layout with Perl/Tk
by merrymonk (Hermit) on Sep 21, 2007 at 11:05 UTC
    Thanks for that suggestion.
    However, perhaps not.
    I just tried by adding $mw->Busy but the GUI was updated.
    Should this have happened?