LiveCode player for Mountain Lion???

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
jaguayo
Posts: 10
Joined: Sun Jun 14, 2009 8:12 pm

LiveCode player for Mountain Lion???

Post by jaguayo » Sun Dec 16, 2012 4:19 pm

Hello:

I am consider to change my Snow Leopard system to Mountain Lion.
Exist a LiveCode Player for Mountain Lion????
Where is in the LiveCode Web???

Un saludo.

Joseba.

jaguayo
Posts: 10
Joined: Sun Jun 14, 2009 8:12 pm

Re: LiveCode player for Mountain Lion???

Post by jaguayo » Tue Dec 18, 2012 7:32 pm

Robert tell me the solution.
------------------
There is no such thing as a Livecode player anymore. But you can roll your own. Just make a stack that opens other stacks.
------------------

Thanks Robert.

andrewferguson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 184
Joined: Wed Apr 10, 2013 5:09 pm

Re: LiveCode player for Mountain Lion???

Post by andrewferguson » Tue May 07, 2013 5:25 pm

Hi,
Just to clarify. You can use the go command:

Code: Select all

answer file "Choose a stack:"
go stack it
Or if you want to get stacks off a remote server:

Code: Select all

ask "Please enter a valid stack URL:"
go stack URL it
Andrew

Post Reply