Re: Basket help
Posted: Sat Jun 18, 2016 7:53 pm
What does the error dialog tell you?
Questions and answers about the LiveCode platform.
https://forums.livecode.com/
Klaus wrote:What does the error dialog tell you?
YES! Thank you so much dude haha it workedKlaus wrote:AHA! Finally!![]()
OK, looks like an addressing problem.
If you "send" or "dispatch" a handler to an object that is NOT on the current card,
then the engine may not find the objects addressed in that handler!
Change all occurrences of -> ... field "table"
to
-> ... field "table" of cd 8 of stack "Restraunt Template"
if that is the name of that stack, in the script and that will solve your problem!
BTW: It is correctly spelled "Restaurant"!