in reply to use Tkx & busy/unbusy
unbusy
Hello, I am waka waka , lets see if I can waka waka answer thatthis question
Nope http://search.cpan.org/grep?cpanid=GAAS&release=Tkx-1.09&string=unbusy&i=1&n=1&C=0
Nope, wrong module :) http://search.cpan.org/grep?cpanid=VKON&release=Tcl-Tk-1.04&string=busy&i=1&n=1&C=0
Nope http://www.tkdocs.com/tutorial/onepage.html
Target ackquired http://www.tcl.tk/man/tcl8.6/TkCmd/busy.htm
Translator loaded http://search.cpan.org/perldoc/Tkx#Calling_Tcl_and_Tk_Commands
$ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::busy() " Tkx-1-0.0s--e-1: busy invalid command name "busy" at -e line 1. $ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::tk_busy() " Tkx-1-0.0s--e-1: tk busy wrong # args: should be "tk busy options ?arg arg ...?" at -e line 1. $ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::tk_busy(q(.)) " Tkx-1-0.0s--e-1: tk busy . $ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::widget->new(q(.))->busy() " Tkx-1-0.0s--e-1: . busy bad option "busy": must be cget or configure at -e line 1. $ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::widget->new(q(.))->tk_busy() + " Tkx-1-0.0s--e-1: . tk busy bad option "tk": must be cget or configure at -e line 1. $ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::widget->new(q(.))->m_tk_busy +() " Tkx-1-0.0s--e-1: . tk busy bad option "tk": must be cget or configure at -e line 1. $ perl -e " $Tkx::TRACE=64; use Tkx; Tkx::widget->new(q(.))->g_tk_busy +() " Tkx-1-0.0s--e-1: tk busy .
So there you go, its $mw->g_tk_busy
In Tk, it's simply...
knots rally vans that fall :D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use Tkx & busy/unbusy ( $mw->g_tk_busy )
by dallen16 (Sexton) on Jun 09, 2013 at 00:32 UTC | |
by Anonymous Monk on Jun 09, 2013 at 04:17 UTC | |
by Keystroke (Scribe) on May 09, 2017 at 16:47 UTC |