home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14283 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!usc!sdd.hp.com!mips!darwin.sura.net!haven.umd.edu!ni.umd.edu!zben-mac-ii.umd.edu!user
  3. From: zben@ni.umd.edu (Charles B. Cranston)
  4. Subject: Re: InitDialogs [Q]
  5. Message-ID: <zben-200892152911@zben-mac-ii.umd.edu>
  6. Followup-To: comp.sys.mac.programmer
  7. Sender: usenet@ni.umd.edu (USENET News System)
  8. Nntp-Posting-Host: zben-mac-ii.umd.edu
  9. Organization: UM Home for the Terminally Analytical
  10. References: <9208040003.AA02657@ucbvax.Berkeley.EDU> <71422@apple.Apple.COM>
  11. Date: Thu, 20 Aug 1992 19:44:06 GMT
  12. Lines: 19
  13.  
  14. > robert_hess@macweek.ziff.com ("Robert Hess") writes:
  15. > ... What's wrong with calling InitDialogs from within an INIT? ...
  16.  
  17. In article <71422@apple.Apple.COM>, stevec@Apple.COM (Steve Christensen)
  18. wrote:
  19.  > ... Typically you need to call the following routines first:
  20. >     InitGraf    (QuickDraw)
  21. >     InitFonts    (Font Manager)
  22. >     InitWindows    (Window Manager)    
  23. >     TEInit        (TextEdit)
  24. > and -then-
  25. >     InitDialogs    (Dialog Manager)
  26.  
  27. The InitWindows has the cosmetically ugly side effect of
  28. repainting the desktop, wiping out the "icon parade" of all
  29. the other inits that have run before this one.  Does anybody
  30. have a clean work-around around for this?
  31.  
  32. zben@ni.umd.edu     -KA3ZDF
  33.