by
allleks » Wed Oct 31, 2018 12:30 am
First post
Hi everyone
I need help creating a drop-down menu in the inspector window.
Now I can only add LABEL CONTROL to the inspector. But I do not know how to locate the controllers I need in it.
Please write the sequence of actions that I have to perform for this.
For example:
1-add LABEL CONTROL in the EDIT CONTROLS window
2-create a macro.
3-transfer to text editor ....
based on your answer, I will try to study this question
Last post
You need to set the Label UserControls up on a tool inside the macro, not on the macro itself, then instance them with the rest of the controls. Otherwise, they'll both just show up at the bottom (or top) and not among the controls where you want them to appear.
Here I've cut-and-pasted your UserControls section into Merge1, then instanced them in the proper spots among the rest of the controls:
One other thing: You've set the Text2 nest to contain 44 inputs, which causes it to contain all...