Set/Read current state of a checkbox
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2007 at 09:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;---------
How can I set/read the current state of a checkbox in COFFEE?I tried
SetInt(IDC_CHECK, 0);
SetBool(IDC_CHECK, FALSE);
GetBool(IDC_CHECK);
GetItem(IDC_CHECK);
... -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2007 at 09:43, xxxxxxxx wrote:
GetCheckbox(id)
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2007 at 10:33, xxxxxxxx wrote:
Ah, yes that's the only one I didn't try