[comp.sys.mac.programmer] Hide/Show - Window Question?

albert@netcom.UUCP (Albert Hui) (09/20/90)

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.