Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!well!wdh From: wdh@well.sf.ca.us (Bill Hofmann) Newsgroups: comp.sys.mac.programmer Subject: Re: Hiliting Buttons Message-ID: <24736@well.sf.ca.us> Date: 12 May 91 17:58:55 GMT References: Organization: Flashpoint Lines: 13 In article kg1a+@andrew.cmu.edu (Kevin Michael Goldsmith) writes: >Is there a way to Hilite a button without disabling it? I am stuck on >something. I working on an interactive simulation, and I want someone >to click on a button, and then I will hilite it. Then, I want them to >be able to click on the button again, and I can respond to it. Anyone >have a clue? HiliteControl() will highlight whatever *part* you specify, with special part codes for disabling (254, 255). So if you have a simple button, call HiliteControl(ctl, inButton), a radio button or check box, HiliteControl(ctl, inCheckBox), etc. -Bill Hofmann