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


In reply to Re: use Tkx & busy/unbusy ( $mw->g_tk_busy ) by Anonymous Monk
in thread use Tkx & busy/unbusy by dallen16

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.