Re: [Newbies] next or break in a loop

2016-05-09 Thread Phil (list)
On Mon, 2016-05-09 at 20:51 +0200, Bert Freudenberg wrote: > On 09.05.2016, at 20:35, Phil (list) <pbpubl...@gmail.com> wrote: > > > > > > Smalltalk doesn't have a switch/case statement > True, but Squeak does: > > aValue caseOf: { >

Re: [Newbies] next or break in a loop

2016-05-09 Thread Phil (list)
On Mon, 2016-05-09 at 12:51 -0500, Joseph Alotta wrote: > Greetings, > > I am in need of a way to go to the end of a do loop. > > myCollection do:  [ :item | > > (blah blah) ifTrue: “we found an item of the first > type” >  next item. > > (blah

Re: [Newbies] Re: Machine gun the Balloon!

2016-05-06 Thread Phil (list)
Joe, On Fri, 2016-05-06 at 13:23 -0700, Joseph Alotta wrote: > I am a beginner with Squeak and the problem I am facing is not > knowing how to go about using the tools available.  Having gone through this myself not too many years ago, yet before things really started to get crazy (in good and

Re: [Newbies] Raspberry Pi v. Raspberry St

2015-07-05 Thread Phil (list)
On Sun, 2015-07-05 at 17:12 -0700, Kirk Fraser wrote: I used Cuis at first to display hand written G-Codes in graphic form for a printed circuit board. I kept up with Cuis through a few versions and found a couple of bugs for Juan. Eventually Casey advised going to Squeak so I did. Perhaps

Re: [SPAM] Re: [Newbies] Beginner's List Question

2015-01-28 Thread Phil (list)
On Wed, 2015-01-28 at 09:56 +0100, Mateusz Grotek wrote: Dear Squeakers, As a long term Linux user let me add a couple of remarks to the discussion. The Linux way of doing things focuses on the super old school UNIX mentality that the person using the system knows what they're doing

Re: [Newbies] Beginner's List Question

2015-01-27 Thread Phil (list)
On Sun, 2015-01-25 at 23:44 +0100, Bert Freudenberg wrote: On Jan 24, 2015 11:00 PM, Kirk Fraser overcomer@gmail.com wrote: Bert says there are easy to follow instructions to do it. I actually said that there should be easy to follow instructions and was hoping for

Re: [Newbies] Re: Differences in OpenGL support on Linux vs. OS X?

2012-06-09 Thread Phil (list)
On Jun 8, 2012, at 10:03 PM, Phil (list) wrote: On Jun 8, 2012, at 4:56 PM, Phil (list) wrote: Having said that and made the change to openGLLibraryName, now I'm getting a segfault on my first OpenGL call. I'm running Ubuntu 12.04 64-bit desktop with 32-bit compat libs installed

Re: [Newbies] Differences in OpenGL support on Linux vs. OS X?

2012-06-08 Thread Phil (list)
Bert, On Jun 8, 2012, at 8:51 AM, Bert Freudenberg wrote: It does make sense. The way the OpenGL bindings work isn't entirely obvious, that's true. OK, so it's not just me :-) What's happening is that in the moment you create an OpenGL object, the FFI methods are rewritten. The module

Re: [Newbies] Differences in OpenGL support on Linux vs. OS X?

2012-06-08 Thread Phil (list)
On Jun 8, 2012, at 4:56 PM, Phil (list) wrote: Having said that and made the change to openGLLibraryName, now I'm getting a segfault on my first OpenGL call. I'm running Ubuntu 12.04 64-bit desktop with 32-bit compat libs installed and running with proprietary X11/OpenGL (fglrx) drivers