Hi everyone,
i guess Ralph is correct as it probably too much data to display.
If it is just one variable with encr-->base64enc-->URLenc then there
seems to be no problem. That's probably why have not seen this before,
but i used the answer with these 25 variables also before and maybe it
was 9.0.
But as i also tested with 9.01 and had the same result i did not test
with 9.0.
No the data is not surrounded by <p> </p>.
Indeed it's rather a hang than a crash (crash would most probably unload
LC, but it stays unresponsive)
The answer does show the data, then when hitting Return as i don't see
the OK it hangs.
Solution is then probably to not show to much strange data with the
answer command.
Thanks all.
Jerry
Op 17-2-2019 om 20:51 schreef Ralph DiMola via use-livecode:
I've seen this when you try too display much data in an answer(or ask). You
can usually get out of it if you key a "Return"(or two-tree). At that point
save and restart IDE(not usually necessary but "the ctrl S"s get more
frequent for sure). I did not report this because I was displaying an
obscene amount of data by mistake. You might have reached my afore mentioned
"obscene amount of data" in an answer dialog.
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net
-----Original Message-----
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of JJS via use-livecode
Sent: Sunday, February 17, 2019 7:13 AM
To: How to use LiveCode
Cc: JJS
Subject: LC902 and LC901 Crash with Answer
Hi,
anyone had this before? with LC902 community on win10 64bits
When i put 25 variables into a variable like this:
put "id=" & tId & "&name=" & tN & "&address=" & tA ......and so on....into
varSendData
half of the variables are ---> encrypted--->base64encoded--->URLencoded
then
answer varSendData ----just to check if it is correct what i post to my php
middleware
LC902 crashes, it's just unresponsive and have to close it via taskmanager
Now i did not see this before and it always worked.
So deleted preferences file, no luck
downloaded LC901, same issue
If i uncomment the answer then it works as expected
all other answer commands in the script work normally.
So is there a limit to what can be shown by the answer command or are the
encoded elements the cullprit?
I know with normal text you can show a lot.
thanks Sphere(Jerry)
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode