Page 1 of 1

editor.GetPoint from Palette (session mode) and ContextMenuStrip

Posted: Wed Jan 25, 2023 12:12 pm
by RaHo
Hi all,
if I call editor.GetPoint from button work fine,
the same button has a ContextMenuStrip.
If I click ToolStripMenuItem it don't work,
then all commands don't work.

e.g.: (call from original icon)
Command: _DIST
Error: Invalid input. Please try again.

I think application not notice that ContextMenu are closed.