home *** CD-ROM | disk | FTP | other *** search
- ReadMe.One
-
- From ScrDisk1.Arc.
-
- Turbo ScrEdit - evaluation version:
-
- - Registration Fee - $39.95
-
- - If you downloaded this file from a bulletin board system:
-
- This file contains the interactive screen editor only. If you wish to
- generate source code you MUST also download ScrDisk2.arc. A list of the
- files in ScrDisk2.arc follows. You may use the screen editor in this file
- to create screen files and test them from within the interactive
- environment with out having the files in ScrDisk2.arc. But you CAN NOT
- genterate a skeleton file, or use a screen in your Turbo Pascal or Turbo C
- programs until you download the interface modules found in ScrDisk2.Arc.
-
-
-
- - Running Turbo ScrEdit.
-
- This is an evaluation version of Turbo ScrEdit. It is not cut down in any
- way, it is a fully functional version. You will find that using Turbo
- ScrEdit will greatly reduce program development time and will allow you
- to give your programs a professional look and feel. Because this is an
- evaluation versoin, I have placed two inconvient reminders in the program.
-
- Reminder number 1:
- When you start Turbo ScrEdit there will be a 10 second to 25 second
- delay (depending on your machine) as a message is displayed on the
- screen. This happens each time you run Turbo ScrEdit.
-
- - When you receive your registered version your name will instantly
- appear in place of the message.
-
- Reminder number 2:
- The main menu screen of Turbo ScrEdit will have a blinking message
- "Unregistered Version" displayed at the top of the screen.
-
- - In the registered version your name will appear on this line in
- plain old green on black.
-
-
-
- - Accessing the main menu from the Logo Screen.
-
- Before you can access the main menu of Turbo ScrEdit I would ask that
- you take time to read PrintMe.1st. PrintMe.1st describes the terms and
- conditions for using Turbo ScrEdit. It is important that you understand
- what I will take resonsibility for and what you as the user of the
- program are accepting responsibilty for.
-
- I have programmed Turbo ScrEdit so that you cannot access the main menu
- until you have read the disclaimer section of PrintMe.1st. In the
- disclaimer seciton you will find a discription of the key strokes needed
- to gain access to the main menu from the logo screen. If you are using
- an enhanced keyboard there are additional instructions for you.
-
-
-
- - Contacting iHn Systems.
-
- We are very interested in your comments. Due to the cost of connect time
- on networks and bulletin boards we ask that you direct your comments to
- us through the mail. We will only check on our programs on bulletin board
- libraries periodically. Please direct your comments to:
-
- iHn Systems
- P.O. Bos 4436
- Pocatello, Idaho 83201-4436
-
-
-
- - Short Description:
-
- Turbo ScrEdit version 1.0 - A screen management system for building
- menus, help screens, and data entry screens for Turbo Pascal 3.0,4.0,
- 5.0 and Turbo C 1.5, 2.0. Extensive on-line help system. Design screens
- using line and box drawing, copy or move lines or blocks of text, paint
- blocks of text or type characters with full color control. Monitor data
- entry with comrehensive field validation language. Fields can be defined
- as display only, required, or optional, and as integer, decimal,
- alphanumeric, alpha only. Generates a skeleton file that can be compiled
- and ran. Detect function keys, cursor keys, and almost any ALT or CTRL
- key combination. Video I/O is memory mapped for snappy screens with
- out flicker or snow. Simply too many features to describe in a short
- description. (MicroSoft C modules under development.)
-
-
- Turbo ScrEdit - Program List. Archived using (PKARC).
-
- This diskette contains the files:
- -----------------------------------------------------------------------
- PrintMe.1st..........This file contains a introduction to Turbo ScrEdit,
- description of license terms and conditions,
- and installation and registration instructions.
- ScrDisk1.Arc.........Archive file that contains the Turbo Screen Editor.
- ScrEdit.Com - The system manual is integrated
- ScrEd001.Chn into the editor as an on-line help
- ScrEd002.Chn system. It can be printed from
- ScrEd003.Chn within the program.
- ScrEd004.Chn
- ScrEdit.Scr
-
-
- ScrDisk2.Arc.........Archived documentation and interface files.
- ScrEdit.C - Turbo C 1.5, 2.0 interface.
- ScrEdit.H - Header file with library instrutions.
- ScrEdit.Prj - Example project file HUGE model.
- ScrEd30.Pas - Turbo Pascal 3.0 interface.
- ScrEd40.Pas - Turbo Pascal 4.0, 5.0 interface.
- ScrEd3&4.Pas - Common Pascal procedures.
- Skeleton.P - Pascal skeleton file used by editor.
- Skeleton.C - "C" skeleton file used by editor.
- Skeleton.Doc - User documentation for using the
- source code generated by Turbo ScrEdit.
- ScrDemo.P - Pascal demonstration code.
- ScrDemo.C - "C" demonstration code.
- ScrDemo.Scr - Demonstration programs screen file.
- Tutor.Doc - Step by step introduction to using
- Turbo ScrEdit.
- Coming.Exe - Description of enhancements planned
- or being developed for Turbo ScrEdit.