home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 1.5 KB | 65 lines |
- .name
- Textfield
- .type
- BOOPSI Object
- .short
- Text entry BOOPSI gadget
- .aminet-dir
- dev/gui
- .description
- The textfield class allows you create an area on your screen for text
- entry. The class supports a number of features including unlimited
- or limited text entry, specifying the font to use, specifying the
- colors for different parts (text, background, and lines), two types
- of borders (with option to invert the borders for a total of 4 types
- of borders) or no border, text left/center/right alignment, vertical
- centering, and many other options.
-
- There are many new features, and several bugs fixed. Some of the new
- features include: word delete, line delete, Oberon support, faster
- scrolling, read-only mode, modified buffer flag, accept and reject
- characters, GA_IntuiText, programmable cut/copy/paste/erase.
- .version
- 3.1
- .date
- 1995.06.23
- .author
- Mark Thomas
- .distribution
- Copyrighted but Freely Redistributable
- .address
- 1515 Royal Crest Dr. #3259
- Austin, TX 78741
- .email
- mthomas@zilker.net
- .docs
- History
- License
- Readme
- Doc/textfield_gc.doc
- Doc/textfield_gc.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Textfield" "Please select an option" "View Readme" "View Doc" "View Guide" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "2"
- cd Doc
- MetaTool textfield_gc.doc TEXT
- endif
-
- if $choice EQ "3"
- cd Doc
- MetaTool textfield_gc.guide GUIDE
- endif
-