Help for this page

Select Code to Download


  1. or download this
    $mw->Busy( '-recurse' => 1 );
    ... do some other stuff here ...
    $mw->Unbusy( '-recurse' => 1);
    
  2. or download this
    $mw->configure(-cursor => 'watch');
    ... do some stuff here ...
    $mw->configure(-cursor => undef);