Wish Custom View properties generator

stevel05

Expert
Licensed User
Longtime User
Nice Idea, but for my workflow it would be better served in the Customview class itself, and to do that you could write a utility and call it with a comment link. I rarely open the designer after I have added the Customview, unless I have to.
 

LucaMs

Expert
Licensed User
Longtime User
Nice Idea, but for my workflow it would be better served in the Customview class itself, and to do that you could write a utility and call it with a comment link. I rarely open the designer after I have added the Customview, unless I have to.
I assume you mean it should be put in the IDE and maybe that would be better. In the example (image) it is assumed that you are creating the CV and then the class is opened in the IDE and loaded an instance in a layout.

If there were both possibilities it would be even better 😊
 

stevel05

Expert
Licensed User
Longtime User
To be honest, I have all of the DesignerProperty examples saved as a snippet. I just paste them all, change, duplicate as required and delete the ones I don't need. Quick and easy.
 
Top