Hello All,
I'm attempting to create a right-click shortcut menu for a 3D picture control within an x-control that's showing data in a loop. As part of plotting the data, I have included an option to 'smooth' the input data so the picture control doesn't jump around and, ideally I'd like this to be toggled via a right-click menu at run-time.
The problem is that when you activate a right-click menu on a picture control that's constantly being updated it flickers alot and looks rubbish, therefore I want to suspend the drawing of the 3D picture when the menu is activated. However