Hi Community.
I would like to create custom links within a label component that runs custom functions, preferably procedures. For example, if a user taps on a link, it launches a procedure to display an image, play sound, display notification or something.
How can this be done?
Thank you.
Use procedure blocks, create your custom procedure and call it when a button is clicked, a label is touched … etc
Isn’t this very similar to the question you asked 2,5 years ago? Here:Activity Listener Link to my specific app Maybe you could improve your learning curve.
You guys didn’t get me. I meant a clickable link inside a label. So instead of launching a default browserto open the link, it runs a procedure.