Hi:
I'm trying to do the XML tutorial of this page: http://lessons.runrev.com/s/lessons/m/4 ... n-xml-file and I get the error (Chunk: not such object) near "information".
The error point the line of code: set the text of field "Information" to tOutput
Any hint will be appreciated.
XML Tutorial
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
XML Tutorial
Germán S. Arduino
Arduino Software | www.arduinosoftware.com
Arduino Software | www.arduinosoftware.com
Re: XML Tutorial
Are you sure you really have a field "Information" on your card?
Re: XML Tutorial
Note that writing with double quote make words case sensitive so "Information" is not "information".
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: XML Tutorial
Nope, LC is NOT case sensitive!
btn "A BUTTON" = btn "a button" = btn "A buTTon" etc... in Livecode
btn "A BUTTON" = btn "a button" = btn "A buTTon" etc... in Livecode
Re: XML Tutorial
Thanks Klaus, a stupid error from my part. As the tutorial don't say nothing about the names of the field, I miss to name it correctly.Klaus wrote:Are you sure you really have a field "Information" on your card?
Sorry by the noise.
Germán S. Arduino
Arduino Software | www.arduinosoftware.com
Arduino Software | www.arduinosoftware.com