Re: "this me" vs "me"

2016-04-06 Thread Sannyasin Brahmanathaswami
Ah, very good. so this goes to the method of dynamically setting behaviros run time. "cool!" On April 5, 2016 at 5:49:23 PM, Scott Rossi (sc...@tactilemedia.com) wrote: Using "this me" gets you the long id of the object (button/stack) serving as a control's behav

Re: "this me" vs "me"

2016-04-05 Thread Scott Rossi
Using "this me" gets you the long id of the object (button/stack) serving as a control's behavior. Using "me" by itself gets you the long id of the control the behavior is assigned to. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 4/5/16, 7:34 PM, "use-livecode on beha

"this me" vs "me"

2016-04-05 Thread Sannyasin Brahmanathaswami
Rummaging through all the IDE scripts, lots of gold in there. on setAsBehavior pTarget set the behavior of pTarget to the long id of this me end setAsBehavior What does the use of "this" get us? vs just using "me" I read the dictionary entry... doesn't help with understanding the use case for