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).
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); ...
On 18/09/2007 at 09:43, xxxxxxxx wrote:
GetCheckbox(id) :-D
On 18/09/2007 at 10:33, xxxxxxxx wrote:
Ah, yes that's the only one I didn't try :)