Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 20/02/2013 at 05:32, xxxxxxxx wrote:
User Information: Cinema 4D Version: R12 Platform: Windows ; Language(s) : C++ ;
--------- Hi folks,
I'm wondering how to invoke an update of the object description in the attributes manager in r12. To be precise, when I change something in the object's description e.g. a combobox value, I have to update an ImageButton to display another thumbnail. The button settings are being updated (the bitmap gets redrawn) but the gui does not refresh. In r13 or later I can use node- >SetDirty(DIRTYFLAGS_DESCRIPTION) which I call in SetDParameter(GeListNode *node, ...) , but I couldn't find a corresponding flag or function in the r12 sdk.
Thanks in advance!