I would like to know if there is a place where I can find the field text limits of Livecode (max chars in a line, max number of lines, etc).
I am asking this because I have a Log field that, when needed, I can check on desktop and mobile to see what happened in my app.
Log files can be quite big, for their own nature, but I set a limit, on launch, for the number of lines that get saved, but I guess it wasn't enough.
Today, opening the log, the script stopped with an error: "value is not a number" on the following linetFormattedHeight was more then 200000, because I limit the number of lines on launch and I hadn't launched the app in a while.
So, my question is:
is there a limit for formattedHeigh?
is there a limit for the number of lines in a field?
where can I find these informations?
Thanks
Trevix
I am asking this because I have a Log field that, when needed, I can check on desktop and mobile to see what happened in my app.
Log files can be quite big, for their own nature, but I set a limit, on launch, for the number of lines that get saved, but I guess it wasn't enough.
Today, opening the log, the script stopped with an error: "value is not a number" on the following line
CODE:
set the height of field "DebugList" of me to tFormattedHeight
So, my question is:
is there a limit for formattedHeigh?
is there a limit for the number of lines in a field?
where can I find these informations?
Thanks
Trevix
Statistics: Posted by trevix — Fri Aug 16, 2024 12:08 pm