LabelPlus - Additional methods for the Label component

Are you using the SetLinksShow method?

No,I'll try

I just noticed that helper blocks stopped working in Ai2. Maybe something was changed in the last release of Ai2. I need to investigate this.

:+1: :+1::+1:

I added a new block that allows you to remove underlines in links. Detect links first, then remove underlines.

Nice! Thank you ... my brother

Im trying to make my label selectable but error occured :"The operation SetSelectable cannot accept the arguments: , [true], [false] "What's wrong with that?

Show the 'SetSelectable' block with the input values appended.

blocks - 2024-01-21T112803.191

image

I guess I'm not doing it wrong. But it shows the same warning:

image

Can you post your aia project here? What android? It looks like the Label1 block returns "false".

I just fixed it ,thanks. It seems that there is an importing problem happend secrectly.I re-imported it and it works correctly.

Hi, why error ?
gnu.math.IntNum cannot be cast to java.lang.Integer

the old version worked

I have to check it out. Perhaps I removed something necessary that I considered unnecessary.

1 Like

I have fixed the bug you reported.

1 Like

thank you, worked

Screenshot_3
With " when LabelPlus1. Click " in what cases can we use it?
Just to output a message at some point we want?
In what other situations can we use it?

The message is just an example. Where there is a ShowAlert block you can add anything you want.

1 Like

It is possible to make some pieces of text with larger letters, or even to change the letters with a different script, such as e.g. italics;

Hello!

I can't get the text of a label using only
image

Is it normal?

Show how you want to get the label text.