On 15/01/2015 at 01:48, xxxxxxxx wrote:
I am developing a C4D plugin in Python. I have added a custom gui button using GeDialog.AddCustomGui(). On a particular action, I want to change the image and tooltip of this button. I am able to change the button image using BitmapButtonCustomGui.SetImage() method. Can you please suggest how to change the tooltip dynamically?