Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!sun!calma!sivax!phil From: phil@sivax.UUCP Newsgroups: net.micro.mac Subject: ICONS in buttons (HELP)? Message-ID: <245@sivax.UUCP> Date: Fri, 9-May-86 03:33:20 EDT Article-I.D.: sivax.245 Posted: Fri May 9 03:33:20 1986 Date-Received: Sun, 11-May-86 16:21:09 EDT Distribution: net Organization: System Industries, Milpitas, Ca Lines: 15 I am writing an application that could use ICONS in the buttons of a display item. Curently, I have a blank button and place an ICON directly over it. The ICON edit item # is greater than the button itm #, so it displays correctly, both items are enabled. The moment the button/icon is clicked, the box highlights and the unhighlight, clears out the icon!! I tried disabling with part code 255 the button, so only the icon is active, but then a click on the icon/button is not returned through modaldialog. It seems only the lowest edit item # in a position is checked by modaldialog and other sys calls, at one match, they exit, not checking for others in the same position if the first is disabled. Any ideas on how to put a picture (icon) in a button??? Phil Hunt