Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!babcock.cerc.wvu.wvnet.edu From: vrm@babcock.cerc.wvu.wvnet.edu (Vasile R. Montan) Newsgroups: comp.sys.mac.programmer Subject: Re: What do you do with 'replaced' Dialog items after SetDItem()???? Message-ID: <1602@babcock.cerc.wvu.wvnet.edu> Date: 18 Apr 91 00:15:12 GMT References: <1991Apr17.081146.1@gsbacd.uchicago.edu> Sender: news@cerc.wvu.wvnet.edu Lines: 12 From article <1991Apr17.081146.1@gsbacd.uchicago.edu>, by gft_robert@gsbacd.uchicago.edu (opcode ranger): > Let's say you have a dialog with an icon item. You want to change the icon to > something else. [Deleted discussion of possible answers] I had this same problem, but I handled it a different way. Rather than using the dialog manager's icon items, I just defined user items in the size of an icon and drew the icons in myself. This circumvented the problems you describe. --Kurisuto un020070@vaxa.wvnet.edu