home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- 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
- From: urban@yoda.fsl.noaa.gov (Art Urban)
- Subject: TCL, Another Question...
- Message-ID: <1992Dec22.184643.29251@fsl.noaa.gov>
- Sender: urban@fsl.noaa.gov
- Organization: Forecast Systems Lab, NOAA, Boulder CO, USA
- Date: Tue, 22 Dec 1992 18:46:43 GMT
- Lines: 23
-
- Slowly but surely I'm getting the hang of this TCL wizardry :-)
-
- However, I would like to display a "startup" window while the application
- loads, and preps. My question is: where is the best place to implement this
- behavior?
-
- I have tried putting the code in IMyApp(), after the call to IApplication,
- but since nothing else happens here, my window is displayed and then closed
- in the blink of an eye.
-
- I suspect I will have to put my startup-window in a global variable, show
- the window during IMyApp(), and then Close() the window in the last method
- which is executed before event looping occurs.
-
- I've probably missed the obvious, that's why I'm asking the net :-)
-
- Mucho Thanxo!
-
- --
- Art Urban urban@stout.atd.ucar.edu
- ===============================================================================
- "What's Next? Chasing bunnies on a motorbike until their hearts explode? -Crow
- ===============================================================================
-