selObj from a palette stack

Thierry Douez th.douez at gmail.com
Mon Nov 12 05:14:23 EST 2012


2012/11/12 René Micout <rene.micout at numericable.com>:
>
> Le 12 nov. 2012 à 10:46, Thierry Douez <th.douez at gmail.com> a écrit :
>
>> 2012/11/12 René Micout <rene.micout at numericable.com>:
>>>
>>> Le 12 nov. 2012 à 07:20, Thierry Douez <th.douez at gmail.com> a écrit :
>>>
>>>> I use intensively revSelectedObjectChanged for one of my plugin and don't need
>>>> to put anything in a front or backscript.
>>>
>>> Hello Thierry,
>>> What is the difference between "revSelectedObjectChanged" and "selectedObjectChanged" ?
>>
>> From the dictionary:
>>     selectedObjectChanged:     Sent to an object when it is selected.
>>
>> Um, for the plugins, I don't know if some doc exists ?
>> But, selecting Development -> Plugins -> Plugin Setting you can see a
>> list of all messages send
>> to the specified plugin.
>>
>> En clair, si tu n'as pas ton propre plugin, oublie le
>> revselectedObjectChanged :)
>
> Merci Thierry,
> But it is enough clear... :-)
> I have my own plugin (rmTools) and I can see what you are writing in your last message, but what is better ? between :
> revMoveControl <> moveControl
> revResizeControl <> resizeControl
> revSelectedObjectChanged <> selectedObjectChanged
> etc...


No simple answer :)

I guess it depends on what you want to achieve.

in my context, I prefer the plugin API because I'm not interfering
much with the User's space and I stay
in line with the IDE  (sort of)

My 2 cents,

Thierry




More information about the use-livecode mailing list