Radiobuttoneffect in VP-Plugins
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/05/2003 at 06:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;---------
Hi,
I need a radiobutton-effect that is working with checkboxes. I finished my layout and everything is working fine but know I need for two checkboxes a radibutton-effect, that means that when one is active the other one isn't active. I don't want to do it with a selection list.
Where must I put in the code with the if/else question? I tested it in the init menue but it isen't working because this give me back only the start settings and not the modified settings and then I get my settings in the execute function but thats too late becasue I want that one checkbox is off and the other is one and when you change it that the check is springing.
thanks
Cathleen -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/06/2003 at 10:27, xxxxxxxx wrote:
See if MSG_DESCRIPTION_VALIDATE works.