I am making a non-modal dialog box, and I want some things on the dialog box to change depending on the type of display currently active in the view panel. So, I want an event that is called whenever the active area is changed.
According to the help documentation for Diadem 2014, the OnCursorChanged event should be called whenever the active area changes. However, it seems inconsistent. Is this a bug, or intentional?
If I use the "Regular Worksheet Partition" and click into each area separately, these are the results for calling the OnCursorChanged event with the specific display object type:
Channel Table: Not Called
2D Axis System: Called
Bode: Called
Polar: Not Called (unless you move the cursor on the plot)
Orbit: Called
Shaft Centerline: Called
Contour: Not Called
Graphic: Not Called
Video: Not Called (unless you play the video)
TextBox: Not Called
DialogBox: Not Called
Empty: Not Called