Bugs in SunOS (esp 4.1)

Graham Underwood advsys!graham at relay.eu.net
Fri Jul 20 17:34:57 AEST 1990


In article <9981 at 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 ?



More information about the Comp.sys.sun mailing list