Updating AM layout

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/10/2006 at 07:10, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   9.6 
Platform:   Windows  ; Mac  ;  Mac OSX  ; 
Language(s) :     C++  ;

---------
Hi,

when I click on a button I would like to update the AM layout (so that GetDDescription is called). What message should be called for this? (Clicking the Button doesn´t do it automatically). I could simply set my object dirty, but I would like the layout to update without recalculation of GetVirtualObjects.

btw. EventAdd() doesn´t work.

thanks
Katachi

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/10/2006 at 08:06, xxxxxxxx wrote:

MSG_DESCRIPTION_CHECKUPDATE or MSG_DESCRIPTION_VALIDATE usually kicks GetDDescription() into action - it gets called quite often. As far as I know, there is no direct way to call it or get it called.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/10/2006 at 03:21, xxxxxxxx wrote:

Hi Kuro,

I hope there is a way as I know I once got this to work, but the code got to nirvana with the hardware crash.