I'm writing a math flashcard application that uses the Transcriber. This
works well except forwhen my son goes to enter the number 4. What happens in
about 1 out of 4 times is instead of recognizing a 4 it does the space
gesture |___ .

What I would like to do preferrably in managed code or though the interop
layer is either disable the space gesture or all gestures while my
application is running.

Any ideas?