Re: Goofy Q #99: set a customProperty

2015-11-24 Thread Mike Bonner
Richmond, check out custom property sets. http://lessons.livecode.com/m/4071/l/15257-grouping-custom-properties-in-a-custompropertyset They are pretty handy. On Mon, Nov 23, 2015 at 11:12 PM, Richmond wrote: > On 24/11/15 04:55, dunb...@aol.com wrote: > >> Richmond. >> >> >> Why is this not jus

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
On 24/11/15 04:55, dunb...@aol.com wrote: Richmond. Why is this not just: set the T of yourObject to "red" ? Craig Because my "mouth" ran on before I had done a spot of web-searching :) Richmond. ___ use-livecode mailing list use-livecode

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread dunbarx
Richmond. Why is this not just: set the T of yourObject to "red" ? Craig -Original Message- From: Richmond To: How to use LiveCode Sent: Mon, Nov 23, 2015 5:59 pm Subject: Goofy Q #99: set a customProperty Well, talk about "late to the feeding frenzy"; b

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
On 24/11/15 01:08, Richmond wrote: On 24/11/15 00:58, Richmond wrote: Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to drive a car when I was 32. Now, I have an object to which I have assigned 4 customProperties: T,R,L,B and I would like to do something of this sort (pseu

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
On 24/11/15 00:58, Richmond wrote: Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to drive a car when I was 32. Now, I have an object to which I have assigned 4 customProperties: T,R,L,B and I would like to do something of this sort (pseudo code follows): set customPropert

Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to drive a car when I was 32. Now, I have an object to which I have assigned 4 customProperties: T,R,L,B and I would like to do something of this sort (pseudo code follows): set customProperty "T" of object "myThing" to "red"