2 Replies Latest reply: Mar 31, 2009 1:51 PM by andrejusc RSS

    Do we have kADMWindowDragMovedNotifier working?

    andrejusc Community Member
      Hi,

      In my floating dialog's Notify method I have these lines:

      if (notifier.IsNotifierType(kADMWindowDragMovedNotifier))
      {
      sADMBasic->MessageAlert("drag event");
      }

      But it never gets there when I drag that dialog. I'm using Illustrator CS3 and CS3 SDK on Windows.

      Does anybody know if it's a bug/limitation/whatever?