1. Hi I am trying to hook a function when a user from another addon selects from a drop down menu. Specifically I want to know when a user clicks 'Remove Waypoint' from the map with TomTom. I can't hook to the TomTom:RemoveWaypoint function because it is called from a few places and I want to know when the user clicks this menu. Do I hook onto ToggleDropDownMenu? I guess I am kind of lost! I figured you would be an expert at this :) Thanks for the help.

  2. It's really difficult to do, actually. What are you trying to accomplish? Maybe there's an easier way to do it?

  3. I have a map addon trying to draw little dots between waypoints to connect the points. If someone manually deletes a waypoint, I need to update my dots otherwise they are going to a waypoint that isn't there anymore.

  4. You could post-hook the DeleteWaypoint function. You have UIDs for all of "your" waypoints, so you can know when they're deleting one of them.