home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!decwrl!zazen!doug.cae.wisc.edu!umn.edu!news
- From: Steve Kohlmeyer
- Subject: Re: Beginning Dialog Questions
- Message-ID: <1992Jul31.174436.11362@news2.cis.umn.edu>
- Sender: news@news2.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: santa-30.psych.umn.edu
- Organization: University of Minnesota
- References: <1992Jul30.184047.21368@sagpd1>
- Date: Fri, 31 Jul 1992 17:44:36 GMT
- Lines: 20
-
- In article <1992Jul30.184047.21368@sagpd1> bberqu@sagpd1 () writes:
- >
- >Hi,
- >
- >I'm trying to learn how to use dialogs/controls and all I'm simply trying
- >to do right now is display a dialog box along with the some static text
- >from a resource file. So I call GetNewDialog and the window pops up with
- >no text (the text is not disabled), I was under the impression that the
- >static text would be displayed after calling GetNewDialog (no luck).
- >
- Sometimes you need to call DrawDialog() before everything will show up.
- I don't remember exactly what circumstances require this call, however,
- I think you must call it if you don't use ModalDialog().
-
- Steve Kohlmeyer
- U of Minnesota
- steve@mind.psych.umn.edu
-
-
-
-