Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 15/05/2013 at 13:40, xxxxxxxx wrote:
User Information: Cinema 4D Version: r14 Platform: Language(s) : C++ ;
--------- Hi,
why can't i place the same checkbox in different groups in my description? I have a checkbox for a bool which i'd like to place in two different groups, but only the first shows up.
do i really need to create two different ID's and handle them separately?
cheers, Ello
On 15/05/2013 at 16:32, xxxxxxxx wrote:
Yes, otherwise Cinema does not know how to distinguish them. Doesn't sound like a clean GUI design if you want to put the same option twice.
-Nikq
On 15/05/2013 at 23:54, xxxxxxxx wrote:
I'm afraid, I have to agree with Niklas on this one
On 16/05/2013 at 00:32, xxxxxxxx wrote:
ok. than i'll create extra id's for it. i have a general group and want to make some settings also available in the according groups. just for the user to reach that option faster...
On 16/05/2013 at 00:38, xxxxxxxx wrote:
You could separate the options that are "general" and put them into one group. Below, you could create a tab group the user cam switch through.
On 16/05/2013 at 01:09, xxxxxxxx wrote:
yes, maybe i'll make it that way...