Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!VIOLET.BERKELEY.EDU!mwm From: mwm@VIOLET.BERKELEY.EDU (Mike Meyer, My watch has windows) Newsgroups: comp.sys.amiga Subject: Re: How much of the console.device do I need to close? Message-ID: <8705250859.AA07959@violet.berkeley.edu> Date: Mon, 25-May-87 04:58:42 EDT Article-I.D.: violet.8705250859.AA07959 Posted: Mon May 25 04:58:42 1987 Date-Received: Tue, 26-May-87 01:08:10 EDT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 20 In article <3665@jade.BERKELEY.EDU> I wrote asking for a way to close and reopen a window with a console driver attached without having to recreate the IOStdReq & Ports associated with it. Leo Schwab suggests: >> Have you tried zeroing out the IOStdReq before re-using it? Nice idea, but it doesn't work. I even went so far (finally) as to DeleteStdIO on the IOStdReq structs, and then CreateStdIO on them when the window was opened. It no work. The last character typed still shows up in the input buffer of the new window. Also, the system crashes after a couple of open/close cycles. Surely someone has done this kind of thing before. I'd sure like to know how.