home *** CD-ROM | disk | FTP | other *** search
- ABOUT LIVETEXT.EXE
-
- LIVETEXT.EXE is a program from the kit, PIECES, by Another
- Company. With PIECES, you can create just about anything for
- IBM-compatible computing. No programming skill is necessary.
- See end of this file for more information about PIECES.
-
- What It Does
-
- LIVETEXT.EXE will display text within a graphics picture
- from any size standard ASCII file in any selected *.MMF font.
- The text is scrollable with mouse or arrow keys. (assuming
- the text file contains more than will fit on the screen
- simultaneously), and will remain on-screen until the user
- presses the [Esc] key or right mouse button.
-
- How To Use It
-
- Type LIVETEXT.EXE in a script or batch file while a graphics
- image is being displayed. Follow LIVETEXT.EXE with these
- parameters, all on the same line, all separated by spaces
- (see example below):
-
- 1) an integer for the left boundary of the area to contain
- the Live Text.
-
- 2) an integer for the top boundary of the area to contain the
- Live Text.
-
- 3) an integer for the right boundary of the area to contain
- the Live Text.
-
- 4) an integer for the bottom boundary of the area to contain
- the Live Text.
-
- 5) an integer for the color (see chart below).
-
- 6) an integer for startup Autoscroll speed. Autoscroll is a
- function of Live Text in which the text scrolls automatically
- at various speeds until the user presses any key. If the user
- presses a number when Live Text is operational, Autoscroll
- begins. 1 begins slow Autoscroll and 9 is very fast.
- Autoscroll turns off automatically if Live Text comes to the
- end of the text file. If the number entered here is greater
- than 0, then Autoscroll begins as soon as Live Text starts.
- This can be useful in Kiosk (unattended, continuous running)
- presentations, as well as to show users that this is Live
- Text, not static text). To avoid automatically starting
- Autoscroll, enter 0 here.
-
- 7) The name of the .MMF file to use for the font. If you
- want to use the built-in DEFAULT font, type DEFAULT here.
-
- 8) The name of the standard ASCII file containing the text to
- present.
-
- Coordinates
-
- The left edge of the screen is 0 and the right hand edge is
- typically 639, depending on the current graphics mode. The
- top of the screen is 0, and the bottom is 199, or greater,
- depending on the graphics mode.
-
- CGA 2-color : right is 639, bottom is 199
- CGA 4-color : right is 319, bottom is 199
- Hercules : right is 719, bottom is 347
- EGA Low resolution : right is 639, bottom is 199
- EGA High resolution : right is 639, bottom is 349
- VGA 16-color : right is 639, bottom is 479
- VGA 256-color : right is 319, bottom is 199
- Super-VGA : right could be 639, 799 or 1023,
- bottom could be 239,399,479,599,767
-
- Colors
-
- After the location numbers, type an integer representing the
- color for the text. The first 16 colors of 16 and 256 color
- modes usually correspond to the chart below, but may be
- changed by .PCX or .GIF files that take control of the color
- palette:
-
- 0 : black
- 1 : royal blue
- 2 : forest green
- 3 : cyan
- 4 : red
- 5 : purple
- 6 : brown
- 7 : light gray
- 8 : dark gray
- 9 : electric blue
- 10 : light green
- 11 : sky blue
- 12 : light red
- 13 : magenta
- 14 : yellow
- 15 : white
-
- The PIECES kit comes with several .MMF bitmapped font files
- which are for use with LIVETEXT.EXE. Several more .MMF files
- are available from Another Company also.
-
- Create a text file for LIVETEXT.EXE to use with any word
- processing program which works in standard ASCII mode.
- Microsoft Windows comes with NOTEPAD, a good program for this
- use. The file can be as long as you wish. It is advisable
- to avoid making lines of characters longer than will fit on
- the screen in the font you have chosen, because the excess
- length will not be displayed.
-
- So, assuming you have created a file called INTRO.TXT, which
- contains a whole bunch of text, you could type the following
- in a script or batch file:
-
- PGIF.EXE ARTINTRO.GIF
- LIVETEXT.EXE 20 5 619 474 15 2 PLAZA14.MMF INTRO.TXT
-
- and this is what would happen: First PGIF.EXE is called to
- present a .GIF image file you have created called
- ARTINTRO.GIF. Then LIVETEXT.EXE will present the text you
- have put in the file, INTRO.TXT over your ARTINTRO.GIF
- picture. The text will be positioned in a box 20 pixels from
- the left edge of the screen, and 5 pixels from the top, 619
- pixels to the right and 474 pixels to the bottom. It will be
- in color #15, which is usually white, it will start
- Autoscroll automatically with the speed of 2, and it will be
- displayed using PLAZA14 font, which is 14 pixels high.
-
- NOTE: Live Text is very picky about all these parameters, all
- must be correct, within an acceptable range, and in the
- proper order. If you cannot get Live Text to work the first
- time you try it, carefully reread this document and
- experiment several times until you get it right.
-
- In summary, a line calling Live Text in a script or batch
- file or from within a program needs:
-
- 1-4) four integers representing the left, top, right and bottom
- boundaries in pixels.
-
- 5) an integer representing text color
-
- 6) an integer representing Autoscroll speed, generally 0.
-
- 7) the name of a .MMF font file or DEFAULT to use the
- built-in font.
-
- 8) The name of the file containing the text.
-
- Each of the above parameters must be separated by a space.
-
- Additional Information
-
- Live Text examines the pixel located 4 pixels to the right of
- the left boundary and 4 pixels below the top boundary, and
- assumes this color as the background color.
-
- LIVETEXT.EXE requires a graphics mode, meaning a picture must
- be on the screen before LIVETEXT.EXE is called.
-
- Live Text requires pressing [Esc] or the right mouse button
- to quit, and will leave the last section of text viewed on
- the screen. Therefore, you generally want to advise the user
- about how to work Live Text before it is presented. Also, to
- make a seamless presentation, you would normally erase
- the Live Text when done, by replaying the .GIF or .PCX image,
- or drawing a rectangle over the area containing the text, or
- by moving on to another part of your presentation.
-
- Live Text has several built-in functions:
-
- [F1] : The user can press the [F1] key for a list of
- functions.
-
- [P] : To print a Live Text file to the printer.
-
- [S] : To search for any word or phrase within the Live Text.
-
- [1-9] : Autoscroll, the text will scroll automatically at
- various speeds until the user presses any key or until the
- end of the text file is presented. 1 is slow, and 9 is fast.
-
- About Pieces
-
- PIECES is a shareware disk containing several small programs
- that can be combined to do a variety of tasks with
- a super-professional look and feel. No programming experience
- is needed. PIECES can be expanded to incorporate your
- favorite programs as well, so it's possibilities for making
- and enhancing pictures shows, text presentations, multimedia,
- electronic catalogs, teaching materials, executable software,
- games, shareware and more are limitless!
- You can register as many or as few PIECES as you wish.
- Registered users are licensed to copy and distribute the
- PIECES along with their finished products. Unregistered
- users may copy and distribute the complete unmodified PIECES
- package, but may not use only portions of it until purchase
- of registration. Use of PIECES beyond 30 days requires
- registration.
- Most shareware PIECES programs have a "unregistered"
- notice which pops up randomly, approximately every 200 times.
- This is removed from the registered versions, and also saves
- as much as 3,000 bytes disk space per program.
-
- This software is copyrighted by Jeff Napier of Another
- Company, and distributed by Gary Smith of OEC Systems.
-
- The shareware or registered versions of PIECES may be
- purchased from Gary Smith at OEC Systems:
-
- Gary Smith
- c/o OEC Systems
- 4646 North Shallowford Road
- Atlanta, GA 30338-6304
-
- phone: 404-394-1000
- orders only: 800-444-2424
- fax: 404-394-1006
- BBS: 404-804-7889
-
- MasterCard and VISA accepted
-
- Neither Another Company nor Gary Smith/OEC Systems assume
- any responsibility for your use of this product or any
- Another Company product.
- _____________________________________________________________
- end of file.
-
-
-
-