I'm relatively new to coding and I'm still wrapping my head around this so I apologize in advance if this is a stupid or simple question, but here goes:
I'm coding the Hello World application and I receive an error message. In particular it states:
An error has occurred in behavior of the row template:
Chunk: error in object expression.
There's another person who posted this a few years ago, but his explanation leaves me baffled on how to fix the problem. Let me post the link:
http://forums.livecode.com/viewtopic.php?f=8&t=12885 and the explanation:
So, I've created a template. I go to the behavior script---but i'm lost at the message box? Is this the script box? Is this even the right fix for my problem?To sum up for anyone who has found this thread what you have to do:
1) Create your template in a "Data Grid Templates xxxxxx" stack
2) Create the behavior script on said template
3) Place the datagrid on your card
4) Using the message box: "set the dgProps["row template"] of group <name of data grid and path to it all the way up to stack level> to the long id of group <name of row
template and path to it all the way up to stack level>
5) Again using the message box: "set the behavior of group <name of row template and path all the way up to stack level> to the long id of <control that has the script on it
that you want to use as the behavior>"
6) Enjoy it working =D
Any help would be super greatly appreciated.