Refresh Attribute Manager [SOLVED]
-
On 11/12/2014 at 17:06, xxxxxxxx wrote:
I created a description (a res file) for an object that I have been coding.
It uses a BITMAPBUTTON gizmo and I already have it working, except that it does not get refreshed when I adjust other parameters.
It does, as I switch tabs and get back to the tab when my BITMAPTBUTTON resides.
Is there any way to force a refresh to the BITMAPBUTTON? -
On 11/12/2014 at 17:24, xxxxxxxx wrote:
Ok, ok... found it
Even after posting questions here, I usually keep digging, trying to find the answers myself.
And, since someone else could have this doubt, here it is the solution:c4d.SendCoreMessage(c4d.COREMSG_CINEMA,c4d.BaseContainer(c4d.COREMSG_CINEMA_FORCE_AM_UPDATE),0)