Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) User Manual
Page 419

C H A P T E R 1 0
Recognition: Advanced Topics
Using Advanced Topics in Recognition
10-43
GetKeyView().viewInkWordScript := func(strokeBundle) begin
// convert the stroke bundle into an ink word
local inkPoly := CompressStrokes(strokeBundle);
local inkWord := inkPoly.ink;
local textSlot := "\uF701";
local stylesSlot := [1, inkWord];
local root := GetRoot();
// create a rich string with the ink word in it
local appendString := MakeRichString(textSlot,
stylesSlot);
// append the rich string to myRichString
if root.myRichString then
root.myRichString := root.myRichString && appendString;
else
root.myRichString := appendString;
// return nil so default handling still happens
nil;
end;
This implementation converts the stroke bundle into an ink word, creates a rich
string that includes the ink word, and appends that rich string to a rich string that is
stored in the root (
myRichString
). The method then returns
nil
, which allows
the built-in handling of the stroke bundle to occur.
- Câble composite AV (16 pages)
- Adaptateur secteur USB (16 pages)
- Battery Charger (52 pages)
- iSight (32 pages)
- StyleWriter - Adaptateur EtherTalk (19 pages)
- StyleWriter EtherTalk Adapter (19 pages)
- Câble AV composante YUV (16 pages)
- Adaptateur EtherTalk pour StyleWriter (19 pages)
- VESA Mount Adapter (20 pages)
- Mac Performa 5300CD (141 pages)
- Video System (95 pages)
- Final Cut Pro 7 (178 pages)
- Final Cut Pro 7 (1990 pages)
- Component AV Cable (16 pages)
- Component AV Cable (12 pages)
- Composite AV Cable (14 pages)
- Composite AV Cable (16 pages)
- IEEE1394 (24 pages)
- Universal Dock (88 pages)
- USB Power Adapter (8 pages)
- USB PowerAdapter (16 pages)
- World Travel Adapter (20 pages)
- TV (48 pages)
- AirPort Time Capsule 802.11ac (32 pages)
- Color StyleWriter 2200 (146 pages)
- AirPort Extreme 802.11n (5th Generation) (44 pages)
- AirPort Express 802.11n (1st Generation) (48 pages)
- AirPort Extreme 802.11n (3rd Generation) (44 pages)
- AirPort Express 802.11n (2nd Generation) (32 pages)
- AirPort Express v4.2 (48 pages)
- AirPort Time Capsule 802.11n (3rd Generation) (40 pages)
- Newton Connection Utilities (for Macintosh) (117 pages)
- Newton Backup Utility (for Macintosh) (39 pages)
- Wireless Keyboard and Mouse (20 pages)
- Newton Internet Enabler (29 pages)
- (22-inch) Cinema Display (21 pages)
- Color StyleWriter 1500 (144 pages)
- Bluetooth (4 pages)
- Color StyleWriter Pro (73 pages)
- Newton Connection Utilities (for Windows) (108 pages)
- AirPort Extreme Base Station v4.2 (36 pages)
- AirPort Extreme Card (12 pages)
- AirPort Time Capsule 802.11n (2nd Generation) (40 pages)
- ImageWriter LQ (2 pages)
- TV/FM Radio System (151 pages)