THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/07/2012 at 05:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R13
Platform: Windows ;
Language(s) : C++ ;
---------
Hello,
right now I am working on GUI (C4D R13) but have one Problem than I can not solve.
Something like this is in the Code:
GroupBegin(ID_SOMETHING, BFH_SCALEFIT | BFV_SCALEFIT, 1, 0, "Name", BFV_BORDERGROUP_FOLD);
{
AddUserArea(ID_SOMETHING_ELSE,BFH_SCALEFIT, 100 , 100);
}
GroupEnd();
The Problem is if the User close this Folding Group it just disappear
I have found the same problem in plugincafe but without any solution.
BFV_BORDERGROUP_FOLD
thanks
Remo