Reflection Lib: Hyperlink in Messagebox

Spacewalker

Member
Licensed User
Longtime User
The Reflection library allows us to "linkify" text in labels end edittext views.

Is it possible to do the same with a text that is displayed in a messagebox?
So text (URL) in a messagebox becomes an active hyperlink ?

Heinz
 

mc73

Well-Known Member
Licensed User
Longtime User
Don't know, and since I don't know, I would choose to create a custom dialog box and insert the link there, by running an intent when user clicks on the label containing the 'link' text.

Another approach would be to use msgBox2 and alter the 'yes' option for example to something like 'go to url' and call the intent by handing the dialogresponse.positive return.
 
Last edited:
Upvote 0
Top