B4A Library LabelExtras - advanced click handling

warwound

Expert
Licensed User
Longtime User

Kwame Twum

Active Member
Licensed User
Longtime User
pls how do you get rid of the tags in the final output?
 
Last edited:

warwound

Expert
Licensed User
Longtime User
pls how do you get rid of the tags in the final output?
View attachment 39065

Look up to post #61, only a subset of HTML tags are supported.
Unrecognised tags may or may not be displayed as plain text - this looks to be part of your problem.

The other problem may be that your HTML is not 100% valid - mismatched and/or incomplete tags may be displayed as plain text.
Validate your HTML: https://validator.w3.org
 

Kwame Twum

Active Member
Licensed User
Longtime User

Thanks a lot @warwound for the reply
I made no modifications to tags from the project I downloaded from your post... all I did was to edit the image names and add the respective image files to the Files tab... and compiled.

However, I commented out the entire TagHandler_HandleTag block and it works just fine!
 

SJQ

Member
Licensed User
Longtime User
Hi @warwound

I have a question.

I am using Labels extra for displaying a training questionnaire, the student reads the text and then selects one of the options at the bottom. Great works as expected.

However the questions asked tend to be quite long and the reader has to scroll the text in the label, that too works great.

My problem is… That when I load the next question the scroll position remains where is was and does not reset back to the top.

I have to scroll it back to the top myself then read the question, scroll down again and tap the required answer.

Is there a way to reset the scroll position?

Thanks
Steve
 

SJQ

Member
Licensed User
Longtime User
Hi, Answered my own question, just removed the view and added it again.
 

Blue.Sky

Active Member
Licensed User
Longtime User
Hi
Can i custom selection in labelextra example Edittext?
I want to use can select part of text with drag
 

Blue.Sky

Active Member
Licensed User
Longtime User
Excuse me,how can i detect all word clicking?
 

scsjc

Well-Known Member
Licensed User
Longtime User
Nice library....
is possible get event when touch a non UrlSPAN,

or .... get event long click ???
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…