Dynamically change tooltip of CustomGui button[CL]
-
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?
-
On 15/01/2015 at 09:02, xxxxxxxx wrote:
Hi J_Snh,
welcome to the PluginCafe forums.
As far as I can see the tooltip is set on button creation time and can't be changed dynamically in Python. Sorry.