home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20201 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!magnus.acs.ohio-state.edu!csn!qwerty-gw.fsl.noaa.gov!yoda.fsl.noaa.gov!urban
  3. From: urban@yoda.fsl.noaa.gov (Art Urban)
  4. Subject: TCL, Another Question...
  5. Message-ID: <1992Dec22.184643.29251@fsl.noaa.gov>
  6. Sender: urban@fsl.noaa.gov 
  7. Organization: Forecast Systems Lab, NOAA, Boulder CO, USA
  8. Date: Tue, 22 Dec 1992 18:46:43 GMT
  9. Lines: 23
  10.  
  11. Slowly but surely I'm getting the hang of this TCL wizardry :-)
  12.  
  13. However, I would like to display a "startup" window while the application
  14. loads, and preps. My question is: where is the best place to implement this
  15. behavior?
  16.  
  17. I have tried putting the code in IMyApp(), after the call to IApplication,
  18. but since nothing else happens here, my window is displayed and then closed
  19. in the blink of an eye.
  20.  
  21. I suspect I will have to put my startup-window in a global variable, show
  22. the window during IMyApp(), and then Close() the window in the last method
  23. which is executed before event looping occurs.
  24.  
  25. I've probably missed the obvious, that's why I'm asking the net :-)
  26.  
  27. Mucho Thanxo!
  28.  
  29. -- 
  30. Art Urban                            urban@stout.atd.ucar.edu
  31. ===============================================================================
  32.  "What's Next? Chasing bunnies on a motorbike until their hearts explode? -Crow
  33. ===============================================================================
  34.