Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.