Thread Waitcursor: wie ging das nochmal? (19 answers)
Opened by Crian at 2004-01-15 16:29

ptk
 2004-01-16 17:26
#46736 #46736
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Also nicht einmal mit diesem Miniskript?
Code: (dl )
1
2
3
4
5
6
use Tk;
$mw = tkinit;
$mw->update;
$mw->Busy;
sleep 2; # never use this in real Tk programs!
$mw->Unbusy;

View full thread Waitcursor: wie ging das nochmal?