I have 8 labels that I want to set as clickable. But I notice that method wants the actual ID name of the label. I thought I could just loop through the 8 of them and use text as the label ID plus a digit to identify each label. But it appears the label property wants the actual id or control value. Is there another way to make this work in a loop?
try other extensions like:
Use a list of 8 labels, and use a list loop block to make them clickable. Unless I'm misunderstanding something, show me what you mean. App Invetor uses component identifiers, its instances to identify a given label, not strings or numbers...
This extension also works with real component instances.