time entry in a textfield and text wrap / count in multiline text field
Posted: Wed Oct 03, 2018 2:04 pm
Three quick questions regarding time / text entry:
- I've configured a single line text field to use Time as text format: %H:%m, but for some reason if I enter for example 10:20 in the field and click outside the field, the contents change to 10:01. If I try it again it changes to 10:10 and stays that way regardless of what "minutes" value I try to enter. Hours change fine, it's just the minutes which seem to be broken
- I've configured a multiline text field to allow users to enter comments, but I'd like to limit the amount of characters entered to 60, is there a way to somehow stop the user typing when the 60 chars limit is reached? can the contents of the multiline text field be monitored live whilst the user is typing to keep checking the lenght?
- The multiline text field described above is wide enough to hold 15 characters, yet if I enter say 10 and break that up with a space in the middle, the second half gets pushed to the second line. Is there a way to have it carrying on in the same line until the end is reached and only then move over to the second line? most text boxes I've seen in other SCADA packages work this way ie. the size is fixed and the text inside wraps around, even if there's no spaces.
Cheers,
T.
- I've configured a single line text field to use Time as text format: %H:%m, but for some reason if I enter for example 10:20 in the field and click outside the field, the contents change to 10:01. If I try it again it changes to 10:10 and stays that way regardless of what "minutes" value I try to enter. Hours change fine, it's just the minutes which seem to be broken
- I've configured a multiline text field to allow users to enter comments, but I'd like to limit the amount of characters entered to 60, is there a way to somehow stop the user typing when the 60 chars limit is reached? can the contents of the multiline text field be monitored live whilst the user is typing to keep checking the lenght?
- The multiline text field described above is wide enough to hold 15 characters, yet if I enter say 10 and break that up with a space in the middle, the second half gets pushed to the second line. Is there a way to have it carrying on in the same line until the end is reached and only then move over to the second line? most text boxes I've seen in other SCADA packages work this way ie. the size is fixed and the text inside wraps around, even if there's no spaces.
Cheers,
T.