Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!rice!sun-spots-request From: advsys!graham@relay.eu.net (Graham Underwood) Newsgroups: comp.sys.sun Subject: Re: Bugs in SunOS (esp 4.1) Keywords: Windows Message-ID: <10089@brazos.Rice.edu> Date: 20 Jul 90 07:34:57 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 12 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n266 X-Sun-Spots-Digest: Volume 9, Issue 266, message 7 Originator: spots@titan.rice.edu In article <9981@brazos.Rice.edu> you write: >I would like to see the possibility that a SunView window comes on the >screen the moment I created it. instead of when window_main_loop is >called. (I know about notify_dispatch but this has other disadvantages) Use window_set(Handle, WIN_SHOW, TRUE, 0); One warning though, if you have not called the notifier you will not be able to interact with the window. Is this what you want ?