Skip to main content
Known Participant
March 31, 2009
Question

Do we have kADMWindowDragMovedNotifier working?

  • March 31, 2009
  • 2 replies
  • 685 views
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?
This topic has been closed for replies.

2 replies

andrejuscAuthor
Known Participant
March 31, 2009
Well, if it's defined in SDK - then I assume it should work in some way. Of course better would be to have sample code from Adobe dev to comment on.
A. Patterson
Inspiring
March 31, 2009
Whoops, I misread your statement. I'm not sure, I would have thought you'd get it for floating dialogs. It might be a limitation, I've seen all sorts of examples of controls not getting messages you could see as useful in some situations.

I think it mostly boils down to whether an Adobe developer needs that notifier to work for that kind of object -- maybe they've never needed to know when a panel moves.