I need to be able to detect when the user has cleared the ROI using the shortcut menu in an IMAQ image display control. However, selection of "Clear ROI" on the image display control doesn't appear to trigger the "Shortcut Menu Selection" event (user or app) in my event structure.
I'd really like to handle this with the event structure (I absolutely don't want to poll the ROI values), but I don't seem to be able to capture this event. I've even thought about disabling the shortcut menu and using a button to clear the ROI, but I'd rather keep the shortcut menu. Also, when I attempt to edit the shortcut menu for the image display, the "Pallette...", "Save Image", and "Clear ROI" items don't appear in the list.
Anyone got any ideas?