home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2169 < prev    next >
Encoding:
Text File  |  1992-12-21  |  705 b   |  29 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!walter!thumper!tjj
  3. From: tjj@thumper..bellcore.com (J Tim Jordan)
  4. Subject: Can't withdraw too soon
  5. Message-ID: <1992Dec19.014144.7446@walter.bellcore.com>
  6. Sender: news@walter.bellcore.com
  7. Nntp-Posting-Host: thumper.bellcore.com
  8. Reply-To: tjj@thumper.UUCP (J Tim Jordan)
  9. Organization: Bellcore MRE
  10. Distribution: comp
  11. Date: Sat, 19 Dec 92 01:41:44 GMT
  12. Lines: 15
  13.  
  14. I use to be able to create toplevels and then withdraw them
  15. before they are displayed and let the user deiconify them 
  16. by hitting a button. But now I can't deiconify them.
  17. Here's an example
  18.  
  19. proc q {} {
  20. toplevel .qq -geo 100x100
  21. wm w .qq
  22. }
  23. q
  24. wm deiconify .qq
  25.  
  26. ******** NOTHING HAPPENS ********
  27.  
  28. Tim
  29.