THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/01/2004 at 10:38, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;
---------
With a little help from Mikael I got the basic attribute manager layout working, including dynamic cycles. However, when adding some more functions to the object, some more questions arose, too. I'm still in the process of learning C, and how to find the right information in the SDK is sometimes beyond me, so again, any help is greatly appreciated.
Basically, my object looks for other objects of the same type, and displays them for the user in a selection field. Now, when another object is selected, you have certain options where and how to align the current object to the selected object. So, say Object A is selected from Object B's attribute manager, causing it to be aligned with a certain point from A (this all works). Now, if I now change object A (size, position, attribute values etc.), B stays at the position it had before the change of A. Only after I reselect B the position is updated. How can I get my other objects to automatically update, even if not active? I tried using Message() and CoreMessage() to listen, but those two don´t show any reaction...
Also, on the matter of attribute manager formatting: is there a way to increase the size of the cycle-boxes? I had it working by some coincdence once, but no luck since then - is this possible with the 8.5 sdk (found it mentioned in a post here in the forum, but the sdk-help file description of the attribute manager is identical to 8.2, as far as i can see)?
Thanks in advance,
MikeI