Hi,
Would be great if you could point to some best practices re the following topic:
I want to extend the TextEdit-view with the simple functionality that I can use the arrow-keys of my keyboard to step through a given value-range, and the shift-key should increase the granularity. I use the new WYSIWYG-editor.
How should I proceed? Inherit from the CTextEdit-class? Write a new component? Is there even a way I don’t see, yet?
Thanks for your help!