Project dialog hook AAHOOK_PROJECT_PROPERTY_DLG - capturing "Apply" event when changing rich project properties

I've asked a related question a while back, and have made some progress, but still not quite where I need things to be. I am attempting to hook events related to modifications to project data, specifically when changing the custom properties of a rich project. Currently I am hooking AAHOOK_PROJECT_PROPERTY_DLG. It functions roughly as expected, with one glaring exception. I can't seem to trigger the  hook if I have the Project properties dialog open and make a change to the rich project properties and then click Apply. This leaves the Project dialog open and no hooks (pre or post) are called. However, if I make a change to something like the Name and click Apply, the post hook is triggered, and again the dialog remains open. However, if I make changes to the rich project properties and click OK, the hook is triggered.

Is there another hook I should try, or another method of capturing the change to rich project properties when clicking the Apply button in the Project dialog?

Parents Reply Children
No Data