1 Jul 11:38
TIP #321: Add a tk::busy Command
From: Jos Decoster <jos.decoster@...>
Subject: TIP #321: Add a tk::busy Command
Newsgroups: gmane.comp.lang.tcl.core
Date: 2008-07-01 09:41:56 GMT
Subject: TIP #321: Add a tk::busy Command
Newsgroups: gmane.comp.lang.tcl.core
Date: 2008-07-01 09:41:56 GMT
TIP #321: ADD A TK::BUSY COMMAND ================================== Version: $Revision: 1.1 $ Author: Jos Decoster <jos.decoster_at_gmail.com> State: Draft Type: Project Tcl-Version: 8.6 Vote: Pending Created: Thursday, 26 June 2008 URL: http://purl.org/tcl/tip/321.html WebEdit: http://purl.org/tcl/tip/edit/321 Post-History: ------------------------------------------------------------------------- ABSTRACT ========== The *blt::busy* commands can be used to make Tk widget busy, with all user interaction blocked and the cursor can be changed to e.g. a clock. This TIP proposes to add this useful feature to Tk. RATIONALE =========== BLT has a lot of very useful commands: *bgexec*, *busy*, *vector*, *graph* widget, *barchart* widget, ... But getting BLT to work with the latest releases of Tcl and Tk becomes more and more difficult. Some of the problems I experienced are:(Continue reading)
RSS Feed