You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially since JavaFX prints just one page at a time, it seems important to have a way to measure content height. I have been able to work around this with a kludge: Move cursor to end and request focus; then on new thread, wait for updateCaretOrigin() in ParagraphTile, and then get Y-value.
The text was updated successfully, but these errors were encountered:
Especially since JavaFX prints just one page at a time, it seems important to have a way to measure content height. I have been able to work around this with a kludge: Move cursor to end and request focus; then on new thread, wait for updateCaretOrigin() in ParagraphTile, and then get Y-value.
The text was updated successfully, but these errors were encountered: