THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/08/2005 at 07:47, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.102
Platform: Windows ;
Language(s) : C++ ;
---------
I want to change the name of a button in my
plugins GUI. I tried:
SetString(IDC_BUTTON, "New Text");
Nothing happens.
Do I need to add an Event or is that
late change simply not possible?