Can someone tell me firstly if the hyperlinks in a Label can be used? Exactly as we do in the Console window when we select a script link to open the IDE at script and line number. The links are correct, as I used the same code from the official Console window code. The label draws the details correctly. But the links themselves aren’t activated.
I’ve made the Label focusable and isSelectable. The Picking mode is position. None of this didn’t seem to help though.
For background, I’m adding a separate “Debug Window” to my code, so as not to clutter the Console window. I’d like the same functionality of being able to go to the script:line where the message was created.