QUOTE(dsaunders @ Feb 7 2007, 06:45 PM)
You can cause notify event cases to execute programmatically by creating User Events whose data type masks the event data itself. For instance, for a Mouse Move event, you could create a User Event with a cluster containing a Ctrl refnum, Coordinates cluster, etc. If the data matches up exactly, you can register the event case for the User Event alongside the notify event. Note, though, that generating the User Event only causes the Event case to execute, not the other registered event (like moving the mouse). You also can't mask filter events like Mouse Down? with User Events.