W
WPfeffer
I am currently trapping different events at the application level using the
'EventSink' method. One of them is the 'MarkerEvent'.
[markerEvent =
applicationEventList.AddAdvise((short)VisEventCodes.MarkerEvent,
applicationEventSink, "", "");]
The problem that I seem to be having is that I have set up a right-click
action on a shape, and when the menu option is chosen, the 'Action' is
supposed to fire QUEUEMARKEREVENT("Some Info about why the event fired"),
what's actually happening is something completely different.
I right click on the shape, choose the appropriate menu option and nothing
happens. Is there a reason for this? Am I suppose to be trapping the
MarkerEvent at the shape level as well as the Application level?
I have Action menu items at the drawing page, and these seem to work just
fine, but the one at the shape level doesn't appear to be firing at all.
Thanks for any help you can give.
'EventSink' method. One of them is the 'MarkerEvent'.
[markerEvent =
applicationEventList.AddAdvise((short)VisEventCodes.MarkerEvent,
applicationEventSink, "", "");]
The problem that I seem to be having is that I have set up a right-click
action on a shape, and when the menu option is chosen, the 'Action' is
supposed to fire QUEUEMARKEREVENT("Some Info about why the event fired"),
what's actually happening is something completely different.
I right click on the shape, choose the appropriate menu option and nothing
happens. Is there a reason for this? Am I suppose to be trapping the
MarkerEvent at the shape level as well as the Application level?
I have Action menu items at the drawing page, and these seem to work just
fine, but the one at the shape level doesn't appear to be firing at all.
Thanks for any help you can give.