XML Tutorial

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
garduino
Posts: 7
Joined: Thu Jan 09, 2014 6:01 pm

XML Tutorial

Post by garduino » Tue Feb 25, 2014 12:13 pm

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.
Germán S. Arduino
Arduino Software | www.arduinosoftware.com

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: XML Tutorial

Post by Klaus » Tue Feb 25, 2014 12:43 pm

Are you sure you really have a field "Information" on your card?

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: XML Tutorial

Post by MaxV » Tue Feb 25, 2014 12:47 pm

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

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: XML Tutorial

Post by Klaus » Tue Feb 25, 2014 12:52 pm

Nope, LC is NOT case sensitive!

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

garduino
Posts: 7
Joined: Thu Jan 09, 2014 6:01 pm

Re: XML Tutorial

Post by garduino » Tue Feb 25, 2014 2:44 pm

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.
Germán S. Arduino
Arduino Software | www.arduinosoftware.com

Post Reply