Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

mr__broccoli
mr__broccoli
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mr__broccoli
Customize the badges you want to showcase on your profile
Re: How to count lines in TextField? - Adobe LiveCycle 19-05-2016
I actually had to do something similar to what your looking for a couple of weeks again.For it to work tho you must use courrier character ( from what i understand they are the only for which each character has the same height but im not sure)finding height of multiLine textbox when it expands on multiple pages for (var i = 0; xfa.layout.h(txt_CompteRendu, "pt", i) > 0; i++) { totLine = totLine + (xfa.layout.h(txt_CompteRendu, "pt", i) / 10); }Basically i take the height of the textbox "in pt bu...

Views

962

Likes

0

Replies

0