Syntax Editor in MDI form, multiple occurences

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Erik Pepping - RADVenture B.V
Avatar
When I open two MDI forms, both with a syntax editor, so I have two MDI children open, then the first one always traps all events related to keys like Ctrl-S to save, or Ctrl-G to perform a GOTO line. When I have Ctrl-S on another form, even then Syntax editor performs the Ctrl-S even though the editor does not have focus

Erik Pepping

Comments (3)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Erik,

Do you have version 3.0? We redid our key processing model there so it's based on KeyDown instead of ProcessCmdKey.


Actipro Software Support

Posted 19 years ago by Erik Pepping - RADVenture B.V
Avatar
Yes we do, but i just discovered that the menu toolstrip has allowmerge set to true. Let me come back to you on this.
Posted 19 years ago by Erik Pepping - RADVenture B.V
Avatar
Ok found it, the MDI shortcut items need to be removed if you go tot another form with the same menu.
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.