Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!mips!swrinde!zaphod.mps.ohio-state.edu!wuarchive!udel!rochester!pt.cs.cmu.edu!henry.ECE.CMU.EDU!hairston From: hairston@henry.ECE.CMU.EDU (David Hairston) Newsgroups: comp.sys.mac.programmer Subject: Re: Pictures in dialog boxes Message-ID: <12264@pt.cs.cmu.edu> Date: 6 Mar 91 22:10:11 GMT References: <1991Mar4.192253.7967@umiami.ir.miami.edu> Organization: Gaia II Lines: 13 [dweisman@umiami.ir.miami.edu (Ordinary Man) writes:] [] If I want to include picture resources in a dialog box, and they [] cover any interactive items like check boxes and radio buttons, what order [] in the item list do they need to go in? I've tried it both with pictures [] in front and with the items in front, but the dialog doesn't seem to act [] right. Any suggestions? if you don't the want the picture to register mouseclicks make sure it is disabled (in the DITL record). also, when items overlap, the item foremost (i.e. first) in the list will get the click. -dave- hairston@henry.ece.cmu.edu