get all labels...
-
If I understand right, there is a way to collect all modules like "get all midi processors" or something, am I right?
If so, is there a way to "get all labels, or all panels, or what ever, I mean gui stuff?
I could really be helped if there is 'cause I've got labels and panels all over the placeWhat I would like to do is to collect, let's say, all labels in an array, and then easily set different attributes for all of them at once.
-
@ulrik There isn't a way to get controls without knowing their id. So you can't get all labels or all panels. But if all your panels are called something like panel1, panel2, panel3, etc. You could get them all in a loop.
-
@d-healey Ahh, ok, yes I have to collect them manually, the thing is that I named most of them to names that was related to the task, it would have been easier if I had left them with their automated names, thanks any way.
-
Well searching for the type of, "label" in the Component List, I'll get them all, that will help.
-
@ulrik hm...searching for "label" shows labels and images
-
@ulrik and not all labels...
-
The search only shows components with "label" in the ID and their children. It searches by ID not type.
-
@d-healey Ok, now I understand, it showed images as well because they were children of a panel with "label" in it's name.