#MyWindow on YourScreen
26-Jun-88 21:55:47
Sb: #132041-#MyWindow on YourScreen
Fm: Bill Hawes 72230,267
To: Mike Berro 73267,3361
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
You should be able to open your window OK by setting CUSTOMSCREEN and
installing the screen pointer in the NewWindow structure. I do this in
ConMan if you pass a screen address in the console spec, though as noted
before it's note safe unless you are controlling the screen closing.
You *could* SetFunction the CloseScreen call, but suppose you're not ready
to close the window down? Things get more complicated quickly if you have
to save the screen pointer to close later, etc.
-Bill