I have a Tkx perl app and I'd like to change the cursor during a lengthy 
operation.

Here is my code, but it doesn't work (although it doesn't generate any 
errors):

         $wDB_window->configure ( -cursor=>'watch');
         perform_lengthy_operation();
         $wDB_window->configure ( -cursor=>'left_ptr' );

Any advice is appreciated.

Thanks,

-- 
Mike

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to