selObj from a palette stack
René Micout
rene.micout at numericable.com
Mon Nov 12 05:04:06 EST 2012
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...
More information about the use-livecode
mailing list