How about if you keep your field editable and just just ignore any keys
typed in from the graffiti area. In the keyDownEvent of your form return
true, it tells the OS that your are handling the graffiti keystroke.
Howard
>I have a field and set of buttons (keyboard). Typed symbols are inserted
>into field (FldInsert function etc...). Cursor position can be changed via
>repeat buttons as well and I want blinking cursor to be drawn, but I
>wouldn't want to keep field editable so that only the keyboard symbols can
>be inserted.
>If I set field *not editable* in Constructor, FldInsert function, blinking
>cursor etc. doesn't work any more.
>Any advice how to achieve described functionality with non editable field
>is appriciated.
>Regards,
>-DR
