does anybody know what is an Object>>actionMap?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

does anybody know what is an Object>>actionMap?

stephane ducasse
In cuis I read

actionMap
        "Answer an action map"
        "Do NOT duplicate this in Morphic3 / LightWidgets
        Views should not trigger events!"

        ^self valueOfProperty: #actionMap

Stef



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: does anybody know what is an Object>>actionMap?

Lukas Renggli
That's part of the second generation observer implementation, if 1.
update:/changed:, 2. actions (when:send:to:), and 3. announcements.

Lukas

On 1 May 2010 19:43, stephane ducasse <[hidden email]> wrote:

> In cuis I read
>
> actionMap
>        "Answer an action map"
>        "Do NOT duplicate this in Morphic3 / LightWidgets
>        Views should not trigger events!"
>
>        ^self valueOfProperty: #actionMap
>
> Stef
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: does anybody know what is an Object>>actionMap?

Stéphane Ducasse
thanks lukas
I will not comment :)

On May 1, 2010, at 8:12 PM, Lukas Renggli wrote:

> That's part of the second generation observer implementation, if 1.
> update:/changed:, 2. actions (when:send:to:), and 3. announcements.
>
> Lukas
>
> On 1 May 2010 19:43, stephane ducasse <[hidden email]> wrote:
>> In cuis I read
>>
>> actionMap
>>        "Answer an action map"
>>        "Do NOT duplicate this in Morphic3 / LightWidgets
>>        Views should not trigger events!"
>>
>>        ^self valueOfProperty: #actionMap
>>
>> Stef
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project