Hi,
I'm working with a native mobile multiline input, but I don't understand if there is a way to change the style of a line or of a word from the other.
Working with a field I can use the htmltext property (and many more) to change field formatting appearance, is there any equivalent on mobile?
Native multiline
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Native multiline
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Native multiline
Hi Max,
according to the dictionary, yes, its actually in there, you can only get
the "text" and the "unicodetext" of your native text input object.
Best
Klaus
according to the dictionary, yes, its actually in there, you can only get
the "text" and the "unicodetext" of your native text input object.
Best
Klaus
Re: Native multiline
Hi Klaus,
my problem is that I need to change the appearance, not the content.
Using the text or unicodetext I can only write:
my problem is that I need to change the appearance, not the content.
Using the text or unicodetext I can only write:
but I needChapter 1
This is an example text
How can you achieve this on a native input multiline text?Chapter 1
This is an example text with bold and italic
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Native multiline
Looks like you cannot do this, at least the dictionary says so...