INTERACT FORUM

Windows => Plug-in Development => Topic started by: Mr ChriZ on January 18, 2006, 06:49:00 am

Title: Disabling MC's Key Handling
Post by: Mr ChriZ on January 18, 2006, 06:49:00 am
Is there anyway to stop MC attempting to handle keypresses
when a plugin is in focus?
For example on any plugin if a MS textbox isn't selected
pressing of backspace will cause the view to jump
to the last view.

I'm attempting to add an editor to my plugin
but each time I run into difficulties because MC want's
to do the key handling! 
I've tried #Develop's text editor and Scintilla.NET
and both have slightly different problems where MC is capturing first!
Any ideas would be appreciated!
Title: Re: Disabling MC's Key Handling
Post by: KingSparta on January 19, 2006, 05:56:38 am
If you pull up a new form MC will not control the keys including the backspace in that form.

this was a problem once but I think they fixed it, i guess it is back.