home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13269 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!decwrl!zazen!doug.cae.wisc.edu!umn.edu!news
  3. From: Steve Kohlmeyer
  4. Subject: Re: Beginning Dialog Questions
  5. Message-ID: <1992Jul31.174436.11362@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: santa-30.psych.umn.edu
  8. Organization: University of Minnesota
  9. References: <1992Jul30.184047.21368@sagpd1>
  10. Date: Fri, 31 Jul 1992 17:44:36 GMT
  11. Lines: 20
  12.  
  13. In article <1992Jul30.184047.21368@sagpd1> bberqu@sagpd1 () writes:
  14. >
  15. >Hi,
  16. >
  17. >I'm trying to learn how to use dialogs/controls and all I'm simply trying
  18. >to do right now is display a dialog box along with the some static text
  19. >from a resource file.  So I call GetNewDialog and the window pops up with
  20. >no text (the text is not disabled), I was under the impression that the
  21. >static text would be displayed after calling GetNewDialog (no luck).  
  22. >
  23. Sometimes you need to call DrawDialog() before everything will show up.
  24. I don't remember exactly what circumstances require this call, however,
  25. I think you must call it if you don't use ModalDialog().
  26.  
  27. Steve Kohlmeyer
  28. U of Minnesota
  29. steve@mind.psych.umn.edu
  30.  
  31.  
  32.  
  33.