THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/10/2004 at 09:45, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.0
Platform:
Language(s) : C.O.F.F.E.E ;
---------
I'm writing an ExpressionPluginTag that uses a modal dialog. I created a checkbox using this code:
AddCheckbox(10,0,10,10,"Tag active");
where the first argument (10) is the item id. It works well and the checkbox is visible on the dialog. The function GetCheckbox(10) works well also and returns the right checkbox state. The function SetCheckbox(10, flag) instead doesn't works and returns FALSE even if I pass it a constant flag.
Some suggestions?...