[Pharo-project] does anybody know what is an Object>>actionMap?
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
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 <stephane.ducasse@free.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
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 <stephane.ducasse@free.fr> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Lukas Renggli -
stephane ducasse -
Stéphane Ducasse