Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!nike!ucbcad!ucbvax!AMES-NAS.ARPA!fouts From: fouts@AMES-NAS.ARPA Newsgroups: net.micro.atari16 Subject: Personal Pascal demonstration (Part 1 of 5) Message-ID: <8607270549.AA14115@ames-nas.ARPA> Date: Sun, 27-Jul-86 01:49:36 EDT Article-I.D.: ames-nas.8607270549.AA14115 Posted: Sun Jul 27 01:49:36 1986 Date-Received: Sun, 27-Jul-86 06:08:55 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 17 I've just written a demonstration program mostly as an exploration of my ST. It's a multiwindow file browser, which allows you to look at up to ten files in GEM windows. You can open and close files, and move forward or backward through the files you are looking at. My next four messages will consist of a description of the program, the source code for the program, and the source code for each of two support routines. The main program I wrote, and place fully in the public domain. The only restriction I place is that you credit me if you use the code. The support code I got from OSS's buletin board. Yes, I know this is buggy, and there has to be a faster way to handle window updates and scrolling, and no I'm not going to support it, but I would be interested in any positive criticism.