Page 1 of 1

Message box, no result shown

Posted: Mon Jan 30, 2017 10:07 pm
by michael@locm
I installed LiveCode 8.1.2
When I open the message box and type in
go card "foo"
and hit enter
(as found on page 25 of "Programming Livecode for the real beginner")
nothing happens, nothing shows.
I don't get "no such card" as was suggested.

Other things work in the message box.

Re: Message box, no result shown

Posted: Mon Jan 30, 2017 11:32 pm
by dunbarx
There was (is?) a long standing glitch in the matrix with the message box.

If you click in the lower text field while in single line mode, and just hit return once or twice, and then try your thing again, does the problem go away?

Craig Newman

Re: Message box, no result shown

Posted: Tue Jan 31, 2017 1:51 pm
by LiveCode_Panos
Hi all,

This sounds like a bug.

Try this:

Code: Select all

go card "foo";put the result
Best,
Panos
--

Re: Message box, no result shown

Posted: Wed Feb 01, 2017 12:27 pm
by MaxV
I confirm on 9.0 dp4:

Code: Select all

go to card "foo"
nothing

Code: Select all

go card "foo";put the result
"Not such card"