[updates] A few more tweaks

Dan Ingalls Dan.Ingalls at disney.com
Sun Dec 17 02:15:27 UTC 2000


... as follows...
-----------------------------
3122fixStories-raa -- Bob Arning -- 16 December 2000
- make page transitions between camera marks in paino roll a property of the camera mark. Use the red menu on the *ending* mark to set the transition
- shift click on camera mark to go directly to that mark

3123FlapsFix-ccn -- Chris Norton -- 15 December 2000
Fixes a small bug in the construction of global flaps.  If the morph's world is nil, this method used to result in a walkback.  This change seems to fix it."

3124moreLayers-raa -- Bob Arning -- 16 December 2000
Enhance morphic layering with the addition of Morph>>addMorphInFrontOfLayer: which will insure that the morph in question appears in front of any morphs of the same priority. This will reduce unnecessary competition between layers since we will use this in PasteUpMorph>>addMorphFront:. The original Morph>>addMorphInLayer: will retain its current behavior of allowing morphs to be behind morphs of the same priority since this is necessary to prevent endless reshuffling by morphs which periodically reassert their position in the pecking order.

3125menuFixups-raa -- Bob Arning -- 16 December 2000
improve the menu flap by
- setting appropriate layout parameters to keep things from getting jumbled
- making the menus sticky again so the don't come out accidentally.
Still pending: how to best consume any pending events on the mouseEnter: flop out so that they don't end up activating a menu.
There is a 'Utilities replaceMenuFlap.' in the postscript"







More information about the Squeak-dev mailing list