This example shows how to use Newton 2.0
Recognition and Ink features. This sample uses the new recConfig frames and manipulates
Rich Strings (strings which can include "ink words.") Includes a custom
configured RecToggle, and shows how to use features of clParagraphViews to force ink and
text to a given font/size/style and do deferred recognition.
Turns stroke bundles (one form of digital ink)
into points arrays, and from there into shapes to be rendered in a different view. An
improvement on Different Strokes.
Keyboardin shows the basics of implementing some
of the new keyboard API found in Newton 2.1 OS.
This shows how to do a keyboard, including using
a picture for a keycap and using strings for what the key prints out. The new version
shows one of the keys which will 'modify' the visual and output components of another key.
The QWERTY project shows how to implement an
on-screen keyboard which does not prompt for "add-to-dictionary?" or have the
"dictionary" icon. This sample project creates a keyboard which looks like the
American QWERTY keyboard.
This sample shows the basics of protoTXView, the
Newton 2.1 Text Editor. It also shows how to create font and size menus, do range and text
manipulation, and insert graphic shapes.