Path: utzoo!attcan!uunet!mailrus!accuvax.nwu.edu!anaxagoras!gumball!engber From: engber@gumball.ils.nwu.edu (Mike Engber) Newsgroups: comp.sys.mac.programmer Subject: Re: Query: Double lines on default button...How? Summary: Whimpy, but effective, solution Message-ID: <1063@anaxagoras.ils.nwu.edu> Date: 5 Jul 90 14:26:13 GMT References: <9883@odin.corp.sgi.com> <3486@adobe.UUCP> Sender: news@anaxagoras.ils.nwu.edu Reply-To: engber@gumball (Mike Engber) Organization: The Institute for the Learning Sciences Lines: 10 You can make the bold outline a PICT item and locate it over the default button. All the drawings and updates will be handled for you and you don`t have to write a single line of code. I just used SuperPaint`s rounded rect tool to create the PICT. The obvious disadvantage is that different size default buttons can`t share PICTs, but 90% of my default buttons are of the "OK" variety. -ME