THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/01/2011 at 05:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;
---------
Okay, it's probably obvious but I just can't find it:
What message is sent to a dialog when a Document changes? (e.g. User loads new document, or switches to another (loaded) document through the Window menu.)
I have data stored in the BaseDocument in a container, and a dialog that displays that data. The dialog needs to update itself when the document changes. But there is no Message or CoreMessage that looks as if it's modeling that event, and I don't want to waste processing time with a too-general event that is triggered by a huge number of other actions.
Tried to find the Message by simple tests, but there are so many sent...