I have creates several user properties. However they are all global.
Can I assign user created properties to elements in my plot? For example, I would like to be able to assign a string user variable to a textbox.
borgtamer
I have creates several user properties. However they are all global.
Can I assign user created properties to elements in my plot? For example, I would like to be able to assign a string user variable to a textbox.
borgtamer
User properties are all in global scope. You can use the element’s id as the prefix, to indicate it is for that element only.
For example: Button_1_var is a variable defined for Button_1, although it is still global.
https://www.treeservicereddingca.com/