On 06/11/2013 at 12:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Mac ;
Language(s) : C++ ;
---------
In a tag plugin how can my code find out that there was a button clicked in the dialog? Is this done inside 'MyTag::Execute' or some other way?
When the button is clicked my code goes to "MyTag::Execute" but how can I know what caused it? AT the moment I am only checking the status of a handful of radio buttons.
Thanks