Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
jtextview with several lines
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
String consts from HTML o...
by
ydd
[
Today
at 03:18:09 am]
Creating descendants of T...
by
Blaazen
[
Today
at 03:12:49 am]
[SOLVED] Formating an int...
by
torbente
[
Today
at 03:06:39 am]
Fpcupdeluxe
by
trev
[
Today
at 03:03:00 am]
TSpeedButton in front of ...
by
torbente
[
Today
at 02:53:15 am]
Brook - Beginner trying t...
by
RedOctober
[
Today
at 01:58:59 am]
Turtle Graphics
by
Fred vS
[
Today
at 01:38:15 am]
Copy File to MTP
by
dbannon
[
Today
at 01:24:07 am]
Application Not starting ...
by
dseligo
[
Today
at 12:54:07 am]
Win-10 64-bit, installed ...
by
JohnHerbster
[
Today
at 12:25:03 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: jtextview with several lines (Read 376 times)
juank1971
Jr. Member
Posts: 97
jtextview with several lines
«
on:
October 31, 2020, 06:29:55 am »
Hi, How do I put a jtextview with several lines one below
the other and several colors
and sizes can be put in the same jtextviewin run time
Is posible or any idea with anothere component
Logged
jmpessoa
Hero Member
Posts: 1728
Re: jtextview with several lines
«
Reply #1 on:
October 31, 2020, 09:53:35 pm »
Several lines is ok. But not several size and color.
jTextView1.Append('More text');
jTextView1.AppendLn('More lines');
Logged
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard
jmpessoa
Hero Member
Posts: 1728
Re: jtextview with several lines
«
Reply #2 on:
November 01, 2020, 09:47:55 pm »
Well, You can try jWebView component....
jWebView1.LoadFromHtmlFile(....);
jWebView1.LoadFromHtmlString(....);
Logged
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard
Segator
Full Member
Posts: 150
Re: jtextview with several lines
«
Reply #3 on:
November 02, 2020, 03:35:20 pm »
and enable the WrappingLine properties and increase the MaxLines
Logged
i am Reinier, Nenirey and Segator
https://github.com/Nenirey
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
jtextview with several lines
TinyPortal
© 2005-2018