| |
 |
| Digit Object |
| Provides enhanced recognition of digits 0 through 9. |
|
Examples
Tutorial 12
Summary
|
The digit object is exactly like the generic object except that the recognizer is used only to
recognize digits and the object does not provide branching. The recognized digits are stored
in the array variable '$stateX(recog)' where stateX is the name of the digit object.
(See Tutorial 4 or a Tcl manual to learn about variables and see Tutorial 12 for a demonstration
of the Digit Object)
|
Details
Double click the red port of the digit object to open the digit recognition window. By default, the
digit object has the following digit grammar. This digit grammar is set up to recognize numbers
between 0 and 9.
To recognize digits within a dialog, simply use this object as you would the generic object and make
no modifications to the red ports. Branching can be accomplished using the conditional object
(see Tutorial 12).
|
|
Context Menu
|
| Properties... |
Opens the properties dialog, see generic object |
| Cut |
Deletes object and copies it to the clipboard |
| Copy |
Copies the object to the clipboard |
| Delete |
Deletes the object |
| Rename |
Renames the object. |
|
|