Question
FDK 7.2 : FA_Note_Dialog Notification Problem
Hello,
I am developping a tool with FDK 7.2 and Sourcerer plugIn.
In this tool, i need to launch some scripts when a notification is done.
This notification is FA_Note_Dialog and is registred like this in F_ApiInitialize(...) :
F_ApiNotification(FA_Note_Dialog, True);
In fapidefs.h, it is written for FA_Note_Dialog "/* NB experimental interfaces */"
In my understanding, every time that FA_Note_Dialog is launched, it will be notified.
All others notifications are well notified (I have made some debugging F_Printf), but this one is not always notified.
It seems that fm keeps in memory notification.
Sourcerer can bad notified or this is experimental so it is bugged or ... i'm crazy.
Do you know how to solve this problem?
Thanks,
Alexandre
I am developping a tool with FDK 7.2 and Sourcerer plugIn.
In this tool, i need to launch some scripts when a notification is done.
This notification is FA_Note_Dialog and is registred like this in F_ApiInitialize(...) :
F_ApiNotification(FA_Note_Dialog, True);
In fapidefs.h, it is written for FA_Note_Dialog "/* NB experimental interfaces */"
In my understanding, every time that FA_Note_Dialog is launched, it will be notified.
All others notifications are well notified (I have made some debugging F_Printf), but this one is not always notified.
It seems that fm keeps in memory notification.
Sourcerer can bad notified or this is experimental so it is bugged or ... i'm crazy.
Do you know how to solve this problem?
Thanks,
Alexandre
