Message box, no result shown

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
michael@locm
Posts: 1
Joined: Thu Sep 29, 2016 9:30 pm

Message box, no result shown

Post 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.
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10502
Joined: Wed May 06, 2009 2:28 pm

Re: Message box, no result shown

Post 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
LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 870
Joined: Fri Feb 06, 2015 4:03 pm

Re: Message box, no result shown

Post by LiveCode_Panos »

Hi all,

This sounds like a bug.

Try this:

Code: Select all

go card "foo";put the result
Best,
Panos
--
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Message box, no result shown

Post 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"
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Post Reply