in reply to Re: use Tkx & busy/unbusy ( $mw->g_tk_busy )
in thread use Tkx & busy/unbusy

Well Waka Waka... thanks for the reply but $mw->g_tk_busy, which I think should work, doesn't on AS Perl 5.14 on Win7. It also produces an error message shown below.

Or did you run this in 5.16? And/or do you have Tcl 8.6 installed on what may be a linux system?

C:\asdf\>perl -e " $Tkx::TRACE=64; use Tkx; Tkx::widget->new(q(.))->g_ +tk_busy()" Tkx-1-0.0s--e-1: tk busy . bad option "busy": must be appname, caret, scaling, useinputmethods, w +indowingsystem, or inactive at -e line 1.

Or maybe I should look at getting Tcl 8.6 on Win7?

Thanks for your time and thoughts.

D D

Replies are listed 'Best First'.
Re^3: use Tkx & busy/unbusy ( $mw->g_tk_busy )
by Anonymous Monk on Jun 09, 2013 at 04:17 UTC
      For anyone else on linux looking for this documentation that doesn't exist.
      $main_window->configure( -cursor => 'watch' ); Tkx::update(); long_routine(); $main_window->configure( -cursor => 'top_left_arrow' ); Tkx::update();