Hi everyone,
I’ve been experimenting with creating my own Python add-ons, and while the process of building the add-ons is going smoothly, I encountered an issue when trying to add descriptions to the properties within the add-on.
Following the template from the help documentation ( Creating a Python Add-on (visualcomponents.com)), I understand that I need to include a .xaml
file for property descriptions. I created this file, and when I tested it with descriptions for two boolean properties, everything worked as expected.
However, when I added a third property description, none of the descriptions for any of the properties were displayed. I tried comparing my .xaml
file with others from Visual Components, but I couldn’t identify any significant differences that might explain the issue.
Has anyone encountered this before or know what I might be doing wrong?
Here are the results:
Code with only 2 properties and the result in Visual Components:

Code with 3 properties and the result in Visual Components:

(You can’t see my cursor, but it’s on the ‘TestmodeActive’ property)
Any guidance would be much appreciated!
Thanks in advance.