[squeak-dev] Re: Fullscreen UI

Randal L. Schwartz merlyn at stonehenge.com
Fri Aug 22 22:56:04 UTC 2008


>>>>> "Udo" == Udo Schneider <Udo.Schneider at homeaddress.de> writes:

>> [true] whileTrue: [
>> self processEvents.  "handle user events and route them to widgets."
>> self updateDisplay.  "write stuff to Display, with a proper 
>> fiddling of #deferUpdates:."
>> ]

[true] whileTrue: aBlock

is better written as:

aBlock repeat.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion



More information about the Squeak-dev mailing list