Native multiline

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Native multiline

Post by MaxV » Fri Feb 07, 2014 12:25 pm

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?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Native multiline

Post by Klaus » Fri Feb 07, 2014 12:36 pm

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

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Native multiline

Post by MaxV » Mon Feb 10, 2014 11:12 am

Hi Klaus,
my problem is that I need to change the appearance, not the content.
Using the text or unicodetext I can only write:
Chapter 1
This is an example text
but I need
Chapter 1
This is an example text with bold and italic
How can you achieve this on a native input multiline text?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Native multiline

Post by Klaus » Mon Feb 10, 2014 1:56 pm

Looks like you cannot do this, at least the dictionary says so...

Post Reply