Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!stanford.edu!leland.Stanford.EDU!jessica.stanford.edu!cooldude From: cooldude@jessica.stanford.edu (Imran Qureshi) Newsgroups: comp.sys.mac.programmer Subject: Re: How to outline OK button in a dialog box Message-ID: <1991May20.010353.23328@leland.Stanford.EDU> Date: 20 May 91 01:03:53 GMT References: <1991May19.085855.987@leland.Stanford.EDU> Sender: news@leland.Stanford.EDU (Mr News) Organization: Academic Information Resources Lines: 21 In article <1991May19.085855.987@leland.Stanford.EDU> cooldude@jessica.stanford.edu (Imran Qureshi) writes: >Hi, > How do you have the OK button in a dialog box be double >outlined, >i.e, showing that it is the default choice. You know like the OK >buttons in every other program and the finder. > >I am using ThinkC 4.0.5. > >Imran Q > > The best answer I got was to download "Default CDEF" from rascal.ics.utexas.edu. it solved my problem. Some other people suggested I draw in the dialog box, but this works without having to deal with drawing. All you do is put "@" after the button name and it shows up outlined. Thanks to the author of the CDEF. And thanks to all who responded. Imran Q