Livecode 8 DP4 doesn't load stack script [solved]

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mattmaier
Posts: 109
Joined: Fri Apr 19, 2013 2:49 am

Livecode 8 DP4 doesn't load stack script [solved]

Post by mattmaier » Sat Sep 19, 2015 9:28 pm

Livecode 8 is supposed to be the same as 7 with the extra widget stuff. I just downloaded 8DP4 and tried to load a stack I wrote in 7. It looks like the interface is there but the stack script isn't loaded into memory or something. The stack script is there if I open it, but none of the handlers show up in the list on the left and everything that tries to call a handler in the stack script says it can't be found.

Also the tools palette only has four things total on it. Maybe that's related? Any thoughts?
Last edited by mattmaier on Sat Sep 19, 2015 11:39 pm, edited 1 time in total.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode 8 DP4 doesn't load stack script

Post by FourthWorld » Sat Sep 19, 2015 9:49 pm

The tools palette needs to be closed and re-opened in this beta build to be properly populated. That should be fixed in the next build.

As for the stack script, it may be that your script is using a new keyword in v8 - do you see any warnings when you edit the stack script?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

mattmaier
Posts: 109
Joined: Fri Apr 19, 2013 2:49 am

Re: Livecode 8 DP4 doesn't load stack script [solved]

Post by mattmaier » Sat Sep 19, 2015 11:39 pm

Oh yeah, okay, the second time I opened LC8DP4 the tools palette is populated.

Oooooh, right. I think you guys said at the user group meeting that "ceiling" is a keyword and I can't use it as a handler. I replaced it with ceilingNum and everything works now.

Post Reply