07-22-2018 13:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-22-2018 13:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
when i use text and i want to put it on the screen he say "New element text larger than buffer".
for exemple i cant have more of 3 characters. Someone can help me please ?
Answered! Go to the Best Answer.

Accepted Solutions
07-25-2018 13:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-25-2018 13:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You can change the length in CSS or as an attribute on the <text> tag.
text-length
: specifies the number of characters to reserve for the text string. Will be rounded up to a multiple of 4.
<text text-length="32" /> or .myClass { text-length: 32; }
07-25-2018 13:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-25-2018 13:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You can change the length in CSS or as an attribute on the <text> tag.
text-length
: specifies the number of characters to reserve for the text string. Will be rounded up to a multiple of 4.
<text text-length="32" /> or .myClass { text-length: 32; }
07-27-2018 03:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-27-2018 03:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Jon,
According to my last understanding you cannot set text-length in CSS! this will prevent the app from loading. There is no error generated, the app simply does not load.
Or is this changed in recent updates?

07-27-2018 03:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-27-2018 03:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

