Scintilla: disable backspace/del?

Just starting out? Need help? Post your questions and find answers here.
hss
User
User
Posts: 69
Joined: Thu Mar 08, 2007 6:02 pm

Scintilla: disable backspace/del?

Post by hss »

hello,

tried with Scintilla's callback, but *s\ch returns 0 at this, also, the window callback (uMsg=#WM_KEYUP) doesn't seem to work.
it need to capture these keys and disallow text removing except if caret is located at last line;
hss
User
User
Posts: 69
Joined: Thu Mar 08, 2007 6:02 pm

Re: Scintilla: disable backspace/del?

Post by hss »

found a solution.
Post Reply