home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!walter!thumper!tjj
- From: tjj@thumper..bellcore.com (J Tim Jordan)
- Subject: Can't withdraw too soon
- Message-ID: <1992Dec19.014144.7446@walter.bellcore.com>
- Sender: news@walter.bellcore.com
- Nntp-Posting-Host: thumper.bellcore.com
- Reply-To: tjj@thumper.UUCP (J Tim Jordan)
- Organization: Bellcore MRE
- Distribution: comp
- Date: Sat, 19 Dec 92 01:41:44 GMT
- Lines: 15
-
- I use to be able to create toplevels and then withdraw them
- before they are displayed and let the user deiconify them
- by hitting a button. But now I can't deiconify them.
- Here's an example
-
- proc q {} {
- toplevel .qq -geo 100x100
- wm w .qq
- }
- q
- wm deiconify .qq
-
- ******** NOTHING HAPPENS ********
-
- Tim
-