Question
Do we have kADMWindowDragMovedNotifier working?
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?
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?