Edit a Long Cycle Combobox
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/03/2008 at 12:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Mac OSX ;
Language(s) : C++ ;---------
Hi!Sorry for a new question.
(My plugin becomes ready soon, so your help is no forlorn hope )I have a problem with a Checkbox Port. I have a Port (datatype = long) with a predefined sets of values (normal checkbox).
When nothing is connected to the inport, I am able to edit the inport-values in the AM (naturally). But when I want to change the settings, nothing happens. I can't change the value. Does someone has an idea?
Here is the code-piece of my res-File:
GROUP ID_GVPORTS
{LONG in_phys {INPORT; CREATEPORT;
CYCLE{
idCheck1;
idCheck2;
idCheck3;
}}}
Thanks a lot
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/03/2008 at 06:45, xxxxxxxx wrote:
have you enumerated idCheck1,2,3 in the header file?
cheers,
Matthias