home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / TCYBER.ZIP / CYBER.DOC < prev    next >
Text File  |  1994-01-15  |  10KB  |  229 lines

  1.                ╔═[■]═════════════════════════╗
  2.                ║                             ║ █
  3.                ║ Turbo Vision CyberTools 1.0 ║ █
  4.                ║  (C) 1994 Steve Goldsmith   ║ █
  5.                ║     All Rights Reserved     ║ █
  6.                ║                             ║ █
  7.                ╚═════════════════════════════╝ █
  8.                  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  9.  
  10. OVERVIEW
  11.  
  12. Turbo Vision is a great object-oriented framework for building DOS
  13. applications.  Unfortunately, many features like graphics, generic
  14. database browsers, etc. are not included.  You could spend a small
  15. fortune on commercial or Shareware libraries just to find out you
  16. bought a disjointed set gizmos and gadgets.
  17.  
  18. Turbo Vision CyberTools allows you to create professional
  19. applications with a flexible set of tools.  CyberFont provides
  20. fonts, graphics, PCX images, sprites, bit map animation and DAC
  21. palettes.  CyberFont is simply the fastest and easiest to use Turbo
  22. Vision graphics enhancement around.  CyberBase for Paradox Engine
  23. 3.0 includes a powerful generic browser window, memo editor, easy
  24. engine configuration, automatic locks and validation.
  25.  
  26.  
  27. REQUIREMENTS
  28.  
  29. IBM PC or 100% compatible, MS DOS, Borland Pascal 7.0 or Turbo
  30. Pascal 7.0, Turbo Vision 2.0, VGA display for CyberFont and Paradox
  31. Engine 3.0 for CyberBase.
  32.  
  33.  
  34. CYBERFONT FEATURES
  35.  
  36. Add CyberFont's functionality to new or existing programs.  No need
  37. to use a different coordinate system (BGI), special object types
  38. (GView, GWindow, etc.) or BGI drivers like other slow graphic
  39. enhancements.
  40.  
  41. Low level access to the VGA's CRT, attribute, graphics and
  42. sequencer controllers is provided for VGA hackers who like to
  43. tinker.  All assembler code is in BASM (Built in Assembler), so no
  44. external assembly is needed.  BIOS routines are also included for
  45. the highest level of compatibility.
  46.  
  47. Fast graphics primitives included for pixels, lines and ellipses.
  48. Do graphic pie charts, bar graphs, line graphs, etc.
  49.  
  50. Load and save fonts.  Allows unlimited selection of fonts for text
  51. mode.  Create graphic radio buttons, check boxes and other
  52. graphic controls.
  53.  
  54. Load, save and view .PCX images in text mode!  Use your favorite
  55. paint program to edit fonts instead of a text mode font editor.  As
  56. a bonus you get 256 color encode and decode additions to the PCX
  57. engine!
  58.  
  59. 640 X 400 pixel resolution in text mode to eliminate gaps between
  60. characters.  This allows uniform backgrounds, sprite animation, bit
  61. maps and graphics not possible in standard text mode.
  62.  
  63. Access all 8 font tables available with the VGA instead of the 2
  64. provided by BIOS.
  65.  
  66. Page flipping for flicker free animation, window moving, sizing,
  67. scrolling, etc.  This is a must for any serious animation on the
  68. VGA.
  69.  
  70. Flicker free palette changes, fades and attribute controller
  71. access.
  72.  
  73. Load and save fonts, graphics, palettes, configuration, etc. using
  74. TV streams.  You can also save your desk top on the same stream!
  75.  
  76. Shell to DOS preserving the desk top, font and palette.
  77.  
  78. CYFONT.PAS is a demo application showing you how to use all the
  79. CyberFont tools.  Context sensitive help explains all the various
  80. options.
  81.  
  82.  
  83. CYBERBASE FEATURES
  84.  
  85. A powerful Paradox table browser allows you to easily create single
  86. and multi-user database applications.  Just open a table cursor and
  87. let the browser do the rest.  No need to hard-code table structures
  88. like many other database libraries!
  89.  
  90. Fields are validated to insure database integrity.  Use your own
  91. validators by overriding the method that creates basic validators.
  92.  
  93. Memo editor is included with provisions for other custom blob
  94. editors.
  95.  
  96. Explicit record locking with retry is automatically used if the
  97. engine is initialized for network use.
  98.  
  99. Full control of engine configuration allows you to make changes
  100. without recompiling application.
  101.  
  102. Use CyberFont to add graphics to your database applications!
  103.  
  104. CYFONT.PAS is a demo application showing you how to use all the
  105. CyberBase tools.
  106.  
  107.  
  108. BROWSER CONTROLS
  109. -----------------------------------------------------------
  110. Tab               moves one field right.
  111. Shift Tab         moves one field left.
  112. Control Home      moves to first field of current record.
  113. Control End       moves to last field of current record.
  114. Down Arrow        moves one record down.
  115. Up Arrow          moves one record up.
  116. Page Up           moves one browser page up.
  117. Page Down         moves one browser page down.
  118. Control Page Up   moves to first record.
  119. Control Page Down moves to last record.
  120. Insert            toggles insert/overwrite for all fields.
  121. Control Insert    copies selected portion to paste buffer.
  122. Shift Insert      replaces current field with paste buffer.
  123. Control Delete    deletes current record.
  124. Enter             opens blob editor.
  125. -----------------------------------------------------------
  126.  
  127.  
  128. LICENSE AGREEMENT
  129.  
  130. PLEASE FEEL FREE TO (i) UPLOAD THIS SOFTWARE TO ANY ELECTRONIC
  131. BULLETIN BOARD, (ii) DEMONSTRATE THE SOFTWARE AND ITS CAPABILITIES
  132. OR (iii) GIVE COPIES TO POTENTIAL USERS, SO THAT OTHERS MAY HAVE
  133. THE OPPORTUNITY TO OBTAIN A COPY FOR USE IN ACCORDANCE WITH THE
  134. LICENSE TERMS CONTAINED IN THIS FILE.
  135.  
  136. NOTICE TO USER:  CAREFULLY READ THE FOLLOWING LEGAL AGREEMENT.  YOU
  137. MUST PROMPTLY BUY THE PRODUCTION VERSION OF THE SOFTWARE PROVIDED
  138. WITH THIS AGREEMENT (THE "SOFTWARE") BY COMPLETING AND FORWARDING
  139. TO STEVEN P. GOLDSMITH THE ORDER.DOC OR ORDER.TXT FILE CONTAINED IN
  140. THE SOFTWARE.
  141.  
  142. 1.   LICENSE GRANT.  Steven P. Goldsmith grants to you, as an
  143. individual, a non-exclusive right to use one copy of the SOFTWARE
  144. associated with this license for personal use on your computer. 
  145. This license to use the SOFTWARE is conditioned upon your
  146. compliance with the terms of this Agreement.  You are entitled to
  147. evaluate the software on a royalty free basis for thirty days.  Use
  148. after the thirty day evaluation period is further conditioned upon
  149. payment of the license fee specified in ORDER.DOC or ORDER.TXT
  150. file.  You agree you will only copy the SOFTWARE as necessary to
  151. use it in accordance with this license.
  152.  
  153. 2.   COPYRIGHT.  The SOFTWARE is protected by United States
  154. copyright law and international treaty provisions.  You acknowledge
  155. that no title to the intellectual property in the SOFTWARE is
  156. transferred to you.  You further acknowledge that title and full
  157. ownership rights to the SOFTWARE will remain the exclusive property
  158. of Steven P. Goldsmith or its suppliers, and you will not acquire
  159. any rights to the SOFTWARE except as expressly set forth in this
  160. license.  You agree that any copies of the SOFTWARE will contain
  161. the same proprietary notices which appear on and in the SOFTWARE.
  162.  
  163. 3.   REVERSE ENGINEERING.  You agree that you will not attempt to
  164. reverse compile, modify, translate, or disassemble the SOFTWARE in
  165. whole or in part.
  166.  
  167. 4.   LIMITED WARRANTY.  Steven P. Goldsmith warrants that the
  168. SOFTWARE will perform substantially in accordance with the
  169. accompanying written materials for a period of ninety (90) days
  170. from the date of purchase.  Any implied warranties relating to the
  171. SOFTWARE are limited to ninety (90) days.
  172.  
  173. 5.   STEVEN P. GOLDSMITH DOES NOT WARRANT THAT THE SOFTWARE IS
  174. ERROR FREE.  STEVEN P. GOLDSMITH DISCLAIMS ALL OTHER WARRANTIES
  175. WITH RESPECT TO THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
  176. BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
  177. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  178.  
  179. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES
  180. OR LIMITATIONS ON HOW LONG AN IMPLIED WARRANTY MAY LAST, OR THE
  181. EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
  182. THE ABOVE LIMITATIONS OR EXCLUSIONS MAY NOT APPLY TO YOU.  THIS
  183. WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO HAVE
  184. OTHER RIGHTS WHICH VARY FROM JURISDICTION TO JURISDICTION.
  185.  
  186. 6.   NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  IN NO EVENT SHALL
  187. STEVEN P. GOLDSMITH OR ITS SUPPLIERS BE LIABLE TO YOU FOR ANY
  188. CONSEQUENTIAL, SPECIAL, INCIDENTAL OR INDIRECT DAMAGES OF ANY
  189. KIND ARISING OUT OF THE DELIVERY, PERFORMANCE OR USE OF THE
  190. SOFTWARE, EVEN IF STEVEN P. GOLDSMITH HAS BEEN ADVISED OF THE
  191. POSSIBILITY OF SUCH DAMAGES.  IN NO EVENT WILL STEVEN P.
  192. GOLDSMITH'S LIABILITY FOR ANY CLAIM, WHETHER IN CONTRACT, TORT OR
  193. ANY OTHER THEORY OF LIABILITY, EXCEED THE LICENSE FEE PAID BY YOU,
  194. IF ANY.
  195.  
  196. 7.   ENTIRE AGREEMENT.  This is the entire agreement between you
  197. and Steven P. Goldsmith which supersedes any prior agreement or
  198. understanding, whether written or oral, relating to the subject
  199. matter of this license.
  200.  
  201.  
  202. WHAT YOU GET WHEN YOU BUY THE PRODUCTION VERSION
  203.  
  204. Complete documented source code, sample applications, fast support
  205. from author using GEnie, Internet, phone or mail, upgrades at a
  206. nominal charge and you pay no royalties for your run-time code
  207. using Turbo Vision CyberTools.
  208.  
  209.  
  210. WHAT IT COSTS
  211.  
  212. Turbo Vision CyberTools is only $25.00 US plus shipping.  That's
  213. less than the price of a programming book, magazine subscription
  214. and most Turbo Vision tools!  Print ORDER.DOC for IBM PC character
  215. printers or ORDER.TXT for ASCII printers.
  216.  
  217.  
  218. HOW TO CONTACT ME
  219.  
  220. Please report any support questions, problems, suggestions, etc. to
  221. me via GEnie as S.GOLDSMITH2, via Internet as
  222. S.GOLDSMITH2@GENIE.GEIS.COM, voice phone (813) 925-1064 or mail
  223. SASE to:
  224.  
  225. Steve Goldsmith
  226. 2805 Jamaica Street
  227. Sarasota, FL 34231
  228. USA
  229.