Hello,
Is it possible to change the default properties of a component?
For example anytime I add a button on a window, I would like the Cursor Property to be set to “Hand” instead of “Default”.
No. Those are determined by the underlying Java implementation. Sounds like a reasonable feature request, though…
You can create a custom palette.
https://docs.inductiveautomation.com/display/DOC79/Creating+Components
4 Likes
That’s exactly what I was looking for, thanks for your help !