[update 1.1] #11184

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

[update 1.1] #11184

Marcus Denker-4
11184
-----

Issue 1877: New MacMenu code
In postscript: ScriptLoader new cleanUpForRelease.

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
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: [Pharo-project] [update 1.1] #11184

Mariano Martinez Peck


On Tue, Jan 26, 2010 at 11:22 AM, Marcus Denker <[hidden email]> wrote:
11184
-----

Issue 1877:     New MacMenu code

Cool. Remember you also need to change  peekEvent to this:

peekEvent
       "Look ahead at the next event."
       | nextEvent |
       nextEvent := eventQueue peek.
       ^((nextEvent isNil not) and: [(nextEvent at: 1) ~= EventTypeMenu])
               ifTrue: [self processEvent: nextEvent]


 
In postscript: ScriptLoader new cleanUpForRelease.

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
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