Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!columbia!caip!nike!ucbcad!ucbvax!decvax!wanginst!wang!ephraim From: ephraim@wang.UUCP Newsgroups: net.micro.mac Subject: Re: problems with displaying PICT's in dialogs. Message-ID: <839@wang.UUCP> Date: Wed, 16-Jul-86 08:19:44 EDT Article-I.D.: wang.839 Posted: Wed Jul 16 08:19:44 1986 Date-Received: Thu, 17-Jul-86 19:50:45 EDT References: <2752@sdcc6.ucsd.EDU> Organization: Wang Labs, Lowell MA Lines: 12 > I've had problems getting a dialog to display a picture resource > attached to it. It looks fine in the resouce editor (eg the picture > displays when I open up the DITL or the DLOG) but when I use > getnewdialog it displays the dialog window without any picture. > I know it loads in the picture because I can hear it being read in > from the disk, but it just doesn't display. If I recall correctly, _GetNewDialog doesn't draw the dialog completely. Initially, I did dialogs with _GetNewDialog followed by _ModalDialog, and everything looked fine. Then I did a non-modal dialog and parts of it didn't show up! The answer: _DrawDialog will insure that the dialog is completely drawn.