On 31/03/2015 at 04:30, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;
---------
Hi folks,
I've realised I need to change the min/max for the spline gui. So, not SetRange() on the spline data, but the min and max values of the grid itself.
I need for instance, to set the gui's x min to 1.0 instead of the default 0.0. How can I do this?
I don't know if this is also where the above might be answered, but how can I update/change, or access, the gui's BaseContainer elements after it's been made? I'm wanting to update elements like the above min/max (SPLINECONTROL_X_MIN) and a few others. Can this be done after the gui is made, or do I have to destroy it and again?
WP.