-
I have an opened editor with some file in it. Then I invoke command which does simply
where For some reason I cannot set child window as modal. Any ideas how to fix that and why it happens? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If I'm remembering correctly, there is no support for non-modal windows. All windows must be opened modally to work properly. Someone else can clarify if they understand differently. |
Beta Was this translation helpful? Give feedback.
-
The solution is to disable key processing inside main window, when second window is opened. Same for adornment layer control, if one prefer adornment approach. One need to setup the assembly as MefComponent, and just add the code:
and set hope it will help somebody. mein gott, 2 days of pain =) |
Beta Was this translation helpful? Give feedback.
The solution is to disable key processing inside main window, when second window is opened. Same for adornment layer control, if one prefer adornment approach.
One need to setup the assembly as MefComponent, and just add the code: