Re: Getprop/Setprop question

2011-01-14 Thread Peter Haworth
Thanks. I knew I was missing something obvious! Pete Haworth On Jan 14, 2011, at 10:42 AM, dunb...@aol.com wrote: > Ask for the target in your handler. > > on mouseUp > set the superDuper of this card to "" > end mouseUp > > on setProp superDuper > put the target > end setProp > _

Re: Getprop/Setprop question

2011-01-14 Thread DunbarX
Ask for the target in your handler. on mouseUp set the superDuper of this card to "" end mouseUp on setProp superDuper put the target end setProp ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

Getprop/Setprop question

2011-01-14 Thread Peter Haworth
I'm probably missing something obvious here but in a setprop or getprop handler, how can I find out the object whose property is being set/get, assuming the getprop/setprop is not in property owner's script? For example, if I have the following line of code in a script: put the xyz of field "a