Hello Nevron,
I have a small problem using an NContextMenu with an NRichTextBox. The attachment named CorrectMenu.jpg shows the correct NContextMenu displayed when clicking the NRichTextBox underneath. This is implemented by displaying the NContextMenu on the MouseDown event of the NRichTextBox (checked for a right-click). This only works properly when the NRichTextBox does not have focus.
The problem happens when the NRichTextBox does have focus (and displays the flashing cursor). When the user does a right-click, the proper menu comes up, but then immeadiatly after the NRichTextBox default menu comes up and covers it (see attachment named DefaultMenu.jpg).
Can you tell me the correct way to make this work?
Thank you, Brian Warren