CompuServe Thread

Input window how???

5 messages in this thread
#30445From: Mark BettsNov 29, 1992 2:42 PM
Can someone tell me how to open an input window on an Interlaced screen which is being used by the host programe (Programe being AutoPilot) Mark(UK)
#30454From: Bill HawesNov 30, 1992 7:38 AM
Mark, If the program you're using opens a public screen, you can open a window on it by specifying the screen name in the console specification, as in CON:0/0/100/300/Input/SCREENWhatEverName Due to a bug in the CON: handler, you'll need to keep the screen name at the end of the console spec. (Console options are usually independent of order.) -Bill Hawes
#30459From: Mark BettsNov 30, 1992 3:30 PM
Bill, what do you mean a public screen. And how do I find the screen name?? Mark(UK)
#30464From: Bill HawesDec 1, 1992 7:25 AM
Mark, If you're using AmigaDOS 2.0, applications can open a screen and declare it to be "public". This allows other software to share the screen in a controlled and safe manner. The name of the screen should be documented by the application. Public screens were not supported prior to AmigaDOS 2.0. -Bill Hawes
#30514From: Mark BettsDec 5, 1992 2:20 PM
Thanks Bill