InputRequester cuts off text
Posted: Thu Feb 06, 2025 1:19 pm
The InputRequester seems to cut off the last word of a given string at certain lengths.
For example the following code line correctly displays the entire string in the InputRequester.

When we remove the 'od' at the end the 'eirm' is completely cut off in the InputRequester.

For example the following code line correctly displays the entire string in the InputRequester.
Code: Select all
InputRequester("Lizenzschlüssel", "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod", "")
When we remove the 'od' at the end the 'eirm' is completely cut off in the InputRequester.
Code: Select all
InputRequester("Lizenzschlüssel", "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirm", "")