Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!caip!clyde!cbatt!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!convex!danny From: danny@convex.UUCP Newsgroups: net.micro.amiga Subject: Re: Amiga BASIC I/O questions Message-ID: <93500026@convex> Date: Sun, 24-Aug-86 13:29:00 EDT Article-I.D.: convex.93500026 Posted: Sun Aug 24 13:29:00 1986 Date-Received: Tue, 26-Aug-86 04:54:34 EDT References: <451@dragon.fluke.UUCP> Lines: 16 Nf-ID: #R:dragon.fluke.UUCP:451:convex:93500026:000:636 Nf-From: convex.UUCP!danny Aug 24 12:29:00 1986 [ Ravenous Line-Eating Bug of Traal Repellant here ] The best way is to use the WindowToFront() command. You will need an intuition.bmap file. WindowToFront()'s argument is a pointer to the window. Be sure to put it in a long/float or something with at least 32 bits. According to the AmigaBASIC manual: WINDOW x will make window x the current window and bring it to the front - making it take prints/inputs/graphics. WINDOW OUTPUT x will make window x current but not bring it to the front. Whether or not the BASIC ones work, you should not have problems with WindowToFront(). Hope this helps! Dan Wallach ...!ihnp4!convex!danny