On 10/08/2013 at 08:20, xxxxxxxx wrote:
Hi. Sorry for so many questions:)
Any ways, I am building my GUI in separate RES file. It looks somethings like this:
CONTAINER Opluginname
{
NAME Opluginname;
INCLUDE Obase;
GROUP GROUP_MAIN
{
INCLUDE Ospline;
REAL REAL_RAND_SEED { UNIT REAL; }
REAL REAL_SEGMENTS { MIN 2; MAX 10000; STEP 1; UNIT REAL; }
REAL REAL_NUM_BRANCHES { MIN 1; MAX 10000; STEP 1; UNIT REAL; }
SEPARATOR { LINE; }
}
}
As you see, I am trying to include Ospline controls (INCLUDE Ospline) into my existing GUI. All works fine, except spline controls are in a separate tab. How do I include them in existing tab, GROUP GROUP_MAIN for instance.
From preview - I want all control stuff from Object tab (these are spline controls that I create with INCLUDE Ospline) to be included in Spline tab. Is it possible? If not, maybe there's a way to at least rename that tab from Object to something else?