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?
Livecode 8 DP4 doesn't load stack script [solved]
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Livecode 8 DP4 doesn't load stack script [solved]
Last edited by mattmaier on Sat Sep 19, 2015 11:39 pm, edited 1 time in total.
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Livecode 8 DP4 doesn't load stack script
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?
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Livecode 8 DP4 doesn't load stack script [solved]
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.
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.