Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!sdcsvax!ucsdhub!sdsu!lindwall From: lindwall@sdsu.UUCP (John Lindwall) Newsgroups: comp.sys.amiga.tech Subject: Does SelectFill work? Keywords: Menu Intuition SelectFill Message-ID: <3837@sdsu.UUCP> Date: 13 Jun 89 06:06:51 GMT Organization: San Diego State University, Math/Sciences Dept. Lines: 20 I am playing with Intuition menus. It seems that the HIGHIMAGE style of highlighting only works for Image items and not Intuitext items. I've created an Intuitext menu item with Flags = HIGHIMAGE | ITEMTEXT. I've supplied the ItemFill pointer and a SelectFill pointer. When the menu drops the ItemFill text is displayed as expected. When the mouse pointer is moved over the item it seems that the SelectFill text is overwritten on top of the ItemFill text. Thus the text is unreadable - since both strings are visible simultaneously, on top of one another. I guess Intuition forgot to erase the ItemFill text before zapping the SelectFill text in there. Image MenuItems using SelectFill seem to work fine. I've never seen anyone use this methods of highlighting and I guess I now know why. Is this a bug, a feature, or am I hosed up in some way? -------------------- John Lindwall johnl@tw-rnd.SanDiego.NCR.COM The above opinions are mine, not my employer's.