home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Newton Sample Code 1.2 / Recognition / WordArray-1 / README.WordArray < prev    next >
Encoding:
Text File  |  1994-07-07  |  818 b   |  20 lines  |  [TEXT/R*ch]

  1. WordArray
  2.  
  3. Copyright 1994 by Apple Computer, Inc. All rights Reserved.
  4.  
  5. This project shows you how to take advantage of the GetWordArray and
  6. GetScoreArray functions.
  7.  
  8. These functions should be called in the viewWordScript of a view and not in the
  9. viewClickScript or viewStrokeScript. Note that the stroke can be completed (i.e.
  10. StrokeDone() returns true) but you may have only partially completed a letter or
  11. word. The viewWordScript message is sent after the system recognizes the word,
  12. and only if the view is not one that normally supports word recognition.
  13.  
  14. For example, views of the clParagraphView and clEditView class support word
  15. recognition, so will not normally receive this message. (However, if you set the
  16. vReadOnly flag for these views, the viewWordScript message will be sent.)
  17.  
  18.  
  19. by J. Christopher Bell
  20.