put object in background ?

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

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

Re: put object in background ?

Post by Klaus » Mon May 12, 2014 1:02 pm

Dag Rob,

you even QUOTEd the correct line with quotes at the right position :D

Error:
put lineoffset(it,field "inhoud" of cd PK) into tLine

No error:
put lineoffset(it,field "inhoud" of cd "PK") into tLine

Spot the difference!
Hint, it has to do with quotes :D


Best

Klaus

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: put object in background ?

Post by Simon » Mon May 12, 2014 9:41 pm

hmmmm.... I thought I said that 8)

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply