How can I format the text in a textfield, like in a wordprocessor?
Best, Fredi
textfield rtf
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Re: textfield rtf
Text fields in LiveCode are not full-fledged word processors; they can use a subset of HTML and RTF, but there's no support for embedded tables, paragraph alignment, etc. You can get and set the htmlText and rtfText of a field, read it from a file or write it to a file.
HTH,
Jan Schenkel.
HTH,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
Re: textfield rtf
you can also set the textstyle, textfont and textsize of whole fields or parts of the text of a field (that is called a chunk in LC)
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode