Update AM?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/12/2004 at 11:27, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.012
Platform: Windows ;
Language(s) : C++ ;---------
Hello,I am modifying various Attributes Manager things of an object including UserData. If I know change something of the UserData the AM doesn´t update the data until I change the elements value.
What message do I need to send to update the UserData fields in the AM correctly?
Thank you
Katahci -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/12/2004 at 17:59, xxxxxxxx wrote:
SpecialEventAdd(EVMSG_ASYNCEDITORMOVE); ???
darf
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/12/2004 at 08:48, xxxxxxxx wrote:
Hi,
thanks but that doesn´t work either. EventAdd and updating the object itself doesn´t work either.
Happy new year btw
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/12/2004 at 09:02, xxxxxxxx wrote:
Ah! That one works:
obj->Message(MSG_CHANGE,NULL); EventAdd(EVENT_FORCEREDRAW|EVMSG_ASYNCEDITORMOVE);