Re: [Newbies] Screensaver detection

2008-02-12 Thread Michael van der Gulik
On Feb 13, 2008 10:53 AM, Uwe Loew [EMAIL PROTECTED] wrote: Hello squeak professionals, in our process monitoring software we use a background process to update the displayed values. breakFlag := false. delay := Delay forMilliseconds: 10. Processor fork: [ [ breakFlag ]

Re: [Newbies] Simple Precedence question

2008-02-12 Thread Jeffrey Straszheim
Randal L. Schwartz wrote: ... Now for the cascade... we do another message send to whatever the most recent *receiver* was ... Thanks. That makes perfect sense. -- Jeffrey Straszheim http://straszheim.50megs.com ___ Beginners mailing list

[Newbies] Simple Precedence question

2008-02-12 Thread Jeffrey Straszheim
So, I'm learning Smalltalk for the first time, and I have a very simple question regarding the precedence of the cascade operator. So, in this expression: self something: anObject selector ; anotherSelector. Is the target of *anotherSelector* anObject, or self? In other words, does it

[Newbies] Screensaver detection

2008-02-12 Thread Uwe Loew
Hello squeak professionals, in our process monitoring software we use a background process to update the displayed values. breakFlag := false. delay := Delay forMilliseconds: 10. Processor fork: [ [ breakFlag ] whileFalse: [ backgroundProcess := true. Process

Re: [Newbies] Squeak for the Asus eee

2008-02-12 Thread Offray Vladimir Luna Cárdenas
Hi, Have you tried the translation of: http://el-directorio.org/Squeak/Instalacion#head-9f31bb7843147795b89ecbe76e961b906a672c12 from Spanish to English (may be using some online free translation services)? there is detailed documentation and friendly enough. If you have tried to follow this