home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-07 | 818 b | 20 lines | [TEXT/R*ch] |
- WordArray
-
- Copyright 1994 by Apple Computer, Inc. All rights Reserved.
-
- This project shows you how to take advantage of the GetWordArray and
- GetScoreArray functions.
-
- These functions should be called in the viewWordScript of a view and not in the
- viewClickScript or viewStrokeScript. Note that the stroke can be completed (i.e.
- StrokeDone() returns true) but you may have only partially completed a letter or
- word. The viewWordScript message is sent after the system recognizes the word,
- and only if the view is not one that normally supports word recognition.
-
- For example, views of the clParagraphView and clEditView class support word
- recognition, so will not normally receive this message. (However, if you set the
- vReadOnly flag for these views, the viewWordScript message will be sent.)
-
-
- by J. Christopher Bell
-