Handle click -> AM refresh

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

On 02/03/2008 at 10:21, xxxxxxxx wrote:

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

---------
Hey folks,

have a bit of a problem with refreshing AM
the thing is that i need to have some info to change in AM when i click a handle in viewport...

I pointed it down to that GetDDescription is not called when you click on a handle, but if you drag a handle it does, so is there a way to force it to call somehow?

Thanks

Sandi

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

On 02/03/2008 at 11:08, xxxxxxxx wrote:

op->Message(MSG_CHANGE);

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

On 02/03/2008 at 11:12, xxxxxxxx wrote:

doh, so simple and obvious...

thanks!