Jump to content
Software FX Community

Re: CFX98 Takes Control


Software FX

Recommended Posts

We are aware of this problem. 

The reason it happens is because we send all the keys back to the parent

window. Accelerator keys are preprocessed by the parent window so when it

gets to us, it was already processed. We don't have a way to distinguish if

the key that we received is an accelerator or not.

To prevent it, you must prevent the chart from getting the focus. You can do

this by capturing the GotFocus event and setting the focus to another

control.

Frank

SFX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...