On 27/04/2018 at 00:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I am using a resource description which contains a text label as the heading of a group of gadgets, but I cannot seem to find a way to indent the statictext correctly, so it lines up with the rest of the gadgets.
CONTAINER Move_desc
{
NAME Move_desc;
GROUP
{
COLUMNS 1;
GROUP
{
COLUMNS 3;
STATICTEXT LABEL { ANIM OFF; }
STATICTEXT {}
STATICTEXT {}
BOOL CHECKBOX1 { ANIM OFF; }
REAL EDIT { ANIM OFF; UNIT REAL; MIN 1.0; MAX 100.0; }
STATICTEXT {} // filler
BOOL CHECKBOX2 { ANIM OFF; }
STATICTEXT {} // filler
STATICTEXT {} // filler
BOOL CHECKBOX3 { ANIM OFF; }
BOOL CHECKBOX4 { ANIM OFF; }
STATICTEXT {} // filler
SEPARATOR {}
STATICTEXT {} // filler
STATICTEXT {} // filler
}
}
}
The label always seems to be positioned too far to the left.