|
RCO_ Recognition Options
RCO_ values apply only to recognizers compatible with version 1.0 of the Pen
API. They are used in the lRcOptions member of the RC structure, which specifies various options for recognition. RCO_ values can
be combined with a logical-OR operator.
Constant
| Description
| RCO_BOXCROSS
| Display a plus sign (+) at center of each box in a bedit control.
| RCO_BOXED
| Set if the writer is expected to write in boxes and the GUIDE structure contains valid data.
| RCO_COLDRECOG
| Set in results messages if the result is coming from cold recognition.
| RCO_DISABLEGESMAP
| Disables gesture mapping during the Recognize function call.
| RCO_NOFLASHCURSOR
| No flash cursor feedback.
| RCO_NOFLASHUNKNOWN
| If set in the RC structure and nothing was recognized, the cursor will not momentarily change
to a question-mark cursor shape.
| RCO_NOHIDECURSOR
| If set, doesn't remove cursor while inking.
| RCO_NOHOOK
| Prevents application-wide and system-wide hooks from being called.
| RCO_NOPOINTEREVENT
| If set, the RC Manager will not try to recognize a pointer event but will pass
on all data to the recog-nizer. This is useful, for example, if the
application has installed a shape recognizer so the user can enter dots of ink.
If the null recognizer is selected into the RC, RCO_NOPOINTEREVENT is assumed to be set.
| RCO_NOSPACEBREAK
| If set, indicates that the results passed back from the recognizer should be
passed on to the dictionaries without breaking at space boundaries.
| RCO_SAVEALLDATA
| Saves all the pen data in the RCRESULT structure that is generated by the tablet, including any data for pen-up
strokes and optional data such as pressure. By default, only data used by the
recognizer is saved.
The Microsoft recognizer collects all data from first to last pen-down stroke,
including pen-up strokes in between, and any available OEM data for each
stroke.
| RCO_SAVEHPENDATA
| Saves the pen data. If this is set, the recognizer does not delete the data
when the application returns from WM_RCRESULT. It is the application's
responsibility to free the pen data.
| RCO_SUGGEST
| If set, the following actions take place: After all dictionaries have been
unsuccessfully searched with strings from the symbol graph, each dictionary is
called with DIRQ_SUGGEST to allow the diction-aries to make suggestions. If a
string is not yet identified by a dictionary, the null dictionary is used to create
a symbol string from the symbol graph.
| RCO_TABLETCOORD
| If set, indicates that the members representing coordi-nate values in the RC structure are in tablet coordi-nates instead of screen coordinates. This can
be used to collect recognition data on the portion of the tablet not mapped to
the screen.
|
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|