Posted 18 years ago by Ashton - Developer, Schema Solutions LLC
Avatar
I'm having an issue (might be related to my implementation but I can't find where) that causes any <TAB> key not to work if the text on the line begins with a "-".

If "-" is the only text on the line then it tabs fine but if there is anything after the "-" then the <TAB> seems not to work.

Any ideas on why this might occur or where I might look?

Here is the list of tokens and text/key in the document.

= WhitespaceToken
- = OperatorToken
test = UserFunctionToken

When the cursor is immediately before the "-", the TAB key will not continue tabbing.

Thanks,

Ashton

[Modified at 04/26/2006 08:20 PM]

Comments (2)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Ashton,

I tried this in the sample project but didn't have any problems. Can you post how to repro it in the sample project? Thanks!


Actipro Software Support

Posted 18 years ago by Ashton - Developer, Schema Solutions LLC
Avatar
I found my own problem.

In KeyTyping event we were getting an unhandled exception which seemed to prevent the key from occurring.

Thanks,

Ashton
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.