Is it possible to replicate some of the formatting we see in the built-in functions action panels? In particular, I would like to include text instructions without setting them as user input fields like: cmd.createProperty(VC_STRING, “Info”).
Having the ability to include images would be great too, but I can’t find any documentation referencing either.
Hello kittellm,
as far as I know this is unfortunately not possible with just Python code as you can only use fields with the property types defined here: Constants. I think there might be a way to do this using the .NET API and Executing a NET Command. Another workaround for short text I am using is to create Buttons with the required text and then setting them to uneditable.