[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Sep 20 23:55:06 UTC 2011


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004986.html

Name: Morphic-laza.575
Ancestors: Morphic-nice.572

You can now tell a UserDialogBoxMorph to automatically trigger the preselected button after a timeout of some seconds. There is also now a method that let's you set either true or false as the default choice as in

UserDialogBoxMorph confirm: 'I like hot java' title: 'What do you say?' trueChoice: 'You bet!' falseChoice: 'Nope' default: false triggerAfter: 12 at: 121 at 212

As suggested (thanks Bert) this uses an easier implementation using morphic stepping instead of processes

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004987.html

Name: Morphic-laza.576
Ancestors: Morphic-nice.572

Another bit right from the Rocket Science Lab.

Center preselected button of UserDialogBoxMorph right under the mouse cursor. No more hunting tiny Yes buttons (that's right Nancy).

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004988.html

Name: Morphic-laza.577
Ancestors: Morphic-laza.575, Morphic-laza.576

Merged

=============================================



More information about the Squeak-dev mailing list