Now u can flag the label and underline ,flag selected words, and remove flag line
com.varsha.FlagLable.aix (5.7 KB)
Just I uplaod new feature now u can highlight text with color and change
**new update version 2 **
Thanks to @ Silver for suggesion SetLetterSpacing block with code .
note
Now u can set font bold/italic, set selected text bacground color, change selected text font size , set line spacing
Typeface.NORMAL = 0;
Typeface.BOLD = 1;
Typeface.ITALIC = 2;
Typeface.BOLD_ITALIC = 3;
com.varsha.FlagLable.aix (7.0 KB)
3 Likes
It should be Label not Lable.
Secondly, you have to follow the naming rules:
for creating extensions there are the following conventions: UpperCamelCase for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names
example:
[naming]
you can use the same conventions for your app
also @Peter came up with some naming conventions here
Taifun
Trying to push the limits! Snippets , Tutorials and Extensions from Pura Vida Apps by [image] Taifun.
1 Like
Where can i find the aix , great work
I am unable to download the extension
1 Like
Yes, that happened with me too, you can try to download it from the kodular community, until the user reupload the extension here:
Now u can flag the label and underline ,flag selected words, and remove flag line com.varsha.FlagLable.aix (5.7 KB) Just I uplaod new feature now u can highlight text with color and change **new update version 2 ** Thanks to @ Silver...
Reading time: 2 mins 🕑
Likes: 35 ❤