I have a lable which has clickable charsequence text in it.
I also have an action associated with clicking on the label.
Now when I click in some clickable part of charsequence the label click is triggered before CS click.
Is it possible to somehow reverse the interception OR programatically...
Hi, everybody!
In Tutorials dedicated to CSBuilder was example:
Dim cs As CSBuilder
TextView1.Editable = False
cs.Initialize.Font(Font.CreateNew(25)).Append("Some ").Link("somevalue").Append("words").Pop
cs.Append(" are ").Link("anothervalue").Append("clickable").PopAll
TextView1.AttributedText...
Have a EditText called edtSQL with clickable csbuilder text with the eventname "Table":
cs.Underline.Bold.Color(SQLColours(10)).Clickable("Table", _
arrSQLWords(i).strWord).Append(arrSQLWords(i).strWord).Pop.Pop.Pop.Pop
Sub Table_Click(Tag As Object)
Dim strTable As String
HideKeyboard...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.