Hi,
I have a textfield which has multi line and input as type. No matter how many lines I enter and how small it is in terms of height, bottomScrollV always equals numLines.
This makes it impossible to implement a ScrollBar which I do in my XFL-TextArea.
See: https://github.com/andreasdr/xfl/blob/master/openfl/controls/TextArea.hx#L144
Some logging example.
[Log] Utils.hx:250: _textField:0, 0, 380.3467806816098, 300.6782089233399, 1, 1, 1, (x=0, y=0, width=380.3467806816098, height=300.6782089233399), visible, nomask(openfl.text.TextField) (Pirate Fantasy Home Page.js, line 9593)
[Log] TextArea.hx:150: _textField.numLines: 53 (Pirate Fantasy Home Page.js, line 9593)
[Log] TextArea.hx:151: _textField.scrollV: 1 (Pirate Fantasy Home Page.js, line 9593)
[Log] TextArea.hx:152: _textField.bottomScrollV: 53 (Pirate Fantasy Home Page.js, line 9593)
My libs are:
lime: [7.6.3]
openfl: [8.9.5]
Any ideas?
Many thanx and
Best regards
Andreas