Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!netcom!albert From: albert@netcom.UUCP (Albert Hui) Newsgroups: comp.sys.mac.programmer Subject: Hide/Show - Window Question? Keywords: Hidewindow Message-ID: <13446@netcom.UUCP> Date: 19 Sep 90 22:49:27 GMT Organization: Netcom- The Bay Area's Public Access Unix System {408 241-9760 guest} Lines: 15 I am creating my own graphics popup menu for use in my application. Everything works pretty well except one small display problem with the hilite of windows. My graphics menu is drawn into a newly create window. When I do a showWindow on the popupMenu window, it is the front-most window. The document window is unhilited. I can rehilite it by calling HiliteWindow again. But this creates a little flashing of the hilite bar. My question is there anyway to bring up a window without turning off the hilite bar for the window below it? Has anyone seen a toolbox popUpMenu that can work with graphics? Thanks.