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.
Message box, no result shown
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Message box, no result shown
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
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
-
- Livecode Staff Member
- Posts: 864
- Joined: Fri Feb 06, 2015 4:03 pm
Re: Message box, no result shown
Hi all,
This sounds like a bug.
Try this:
Best,
Panos
--
This sounds like a bug.
Try this:
Code: Select all
go card "foo";put the result
Panos
--
Re: Message box, no result shown
I confirm on 9.0 dp4:
nothing
"Not such card"
Code: Select all
go to card "foo"
Code: Select all
go card "foo";put the result
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w