Page 1 of 1

XML Tutorial

Posted: Tue Feb 25, 2014 12:13 pm
by garduino
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.

Re: XML Tutorial

Posted: Tue Feb 25, 2014 12:43 pm
by Klaus
Are you sure you really have a field "Information" on your card?

Re: XML Tutorial

Posted: Tue Feb 25, 2014 12:47 pm
by MaxV
Note that writing with double quote make words case sensitive so "Information" is not "information".

Re: XML Tutorial

Posted: Tue Feb 25, 2014 12:52 pm
by Klaus
Nope, LC is NOT case sensitive!

btn "A BUTTON" = btn "a button" = btn "A buTTon" etc... in Livecode

Re: XML Tutorial

Posted: Tue Feb 25, 2014 2:44 pm
by garduino
Klaus wrote:Are you sure you really have a field "Information" on your card?
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.

Sorry by the noise.