Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!shelby!polya!gilham From: gilham@polya.Stanford.EDU (Fred Gilham) Newsgroups: comp.sys.amiga Subject: Re: attaching a CLI to a window. Message-ID: <8706@polya.Stanford.EDU> Date: 23 Apr 89 15:55:27 GMT References: <17054@mimsy.UUCP> Sender: Fred Gilham Reply-To: gilham@polya.Stanford.EDU (Fred Gilham) Organization: Stanford University Lines: 18 In article <17054@mimsy.UUCP> pmf@mimsy.umd.edu.UUCP (Paul M. Franceus) writes: > but now I want to attach a CLI to this window. any suggestions? > >Paul Franceus >StarLight Technologies There is an example from fish 38 on how to do this: Window Sample program which shows how to create a DOS window in a custom screen. Author: Andy Finkel I have tried using this and it works. I have noticed a few problems but they are probably due to my ignorance. (You attach a cli by executing something like NewCLI from your program, using the handle you create with the above code). -Fred Gilham