Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
Have you tried executing squeak.sh from the command line? ./squeak.shenter Michael On Mon, Feb 16, 2015 at 10:16 AM, Kirk Fraser overcomer@gmail.com wrote: Hi Michael, Yes the ls command you gave produces -rwxrwxr-x 1 pi pi 63 Oct 12 00:49 squeak.sh When I double click on squeak.sh I

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
I tried first squeak.sh and got bash: squeak.sh command not found I tried the command you supplied ./squeak.sh and got a popup Error This Squeak version does not support Linux-armv6| [ok] I'm guessing that means I need a new version and I should subscribe to the developers list to ask for it.

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
What OS? On Mon, Feb 16, 2015 at 2:26 PM, Kirk Fraser overcomer@gmail.com wrote: http://www.squeak.org/Downloads first link. I downloaded it directly into my Raspberry Pi from WiFi using Midori browser. Kirk W. Fraser w http://freetom.info/TrueChurchww.JesusGospelChurch.com

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
How do I tell what OS it is running? I just downloaded the default recommended when loading my Pi SD card. I noticed an additional message in the terminal after the error popup appeared which may be helpful. It says: ./Squeak-4.5-All-in-One.app/Contents/LinuxAndWindows/squeak.sh: line 38:

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
Where did you get the Squeak you were attempting run? Michael On Mon, Feb 16, 2015 at 10:49 AM, Kirk Fraser overcomer@gmail.com wrote: I tried first squeak.sh and got bash: squeak.sh command not found I tried the command you supplied ./squeak.sh and got a popup Error This Squeak version

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
http://www.squeak.org/Downloads first link. I downloaded it directly into my Raspberry Pi from WiFi using Midori browser. Kirk W. Fraser w http://freetom.info/TrueChurchww.JesusGospelChurch.com http://www.JesusGospelChurch.com - Replace the fraud churches with the true church.

Re: [Newbies] How to doubble sort a collection

2015-02-16 Thread Chris Muller
Hi Raymond, On Wed, Feb 4, 2015 at 12:42 PM, Raymond Asselin jgr.asse...@me.com wrote: Whoa! That looks familiar! :) With Maui, you normallly don't need to do methods like #sortedNotes. You can just have #notes in there like you do at the bottom (set its output resultView to #panel).

Re: [Newbies] How to doubble sort a collection

2015-02-16 Thread Raymond Asselin
I Got it. You talked about generate heading in the past but can't figure how to send it. Now it's clear hover your mouse inside the yellowish area of the collection, press ESC to invoke the menu, then select generate heading. Envoyé de mon iPhone Le 2015-02-16 à 16:36, Chris Muller

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Michael Rice
First things first. Every file has three permissions, read, write, and execute, for three groups: user, group, and all. Do you have execute permission for squeak.sh? ls -l squeak.sh -rw*x*rwxr-x. 1 mrice mrice 63 Oct 11 18:49 squeak.sh ^ If you show an x in column 4 (as above) then you have

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Casey Ransberger
Hi Kirk, By default OS I'm guessing you mean Raspbian. On Linux, to be frank (not to be confused with Frank) I really think you're better off building your own VM from sources. We don't have a JIT that I know of for ARM based machines, so I'm guessing you want a stack VM or stack-oriented

Re: [Newbies] How to doubble sort a collection

2015-02-16 Thread Chris Muller
On Mon, Feb 16, 2015 at 5:21 PM, Raymond Asselin jgr.asse...@me.com wrote: I Got it. You talked about generate heading in the past but can't figure how to send it. Now it's clear hover your mouse inside the yellowish area of the collection, press ESC to invoke the menu, then select generate

Re: [Newbies] How do I start Squeak on Raspberry Pi ?

2015-02-16 Thread Kirk Fraser
Hi Michael, Yes the ls command you gave produces -rwxrwxr-x 1 pi pi 63 Oct 12 00:49 squeak.sh When I double click on squeak.sh I get a pop-up menu which says: Execute File This file 'squeak.sh' is executable. Do you wan to execute it? [Execute] [Execute in Terminal] [Cancel] Any of those

[Newbies] How to round a float?

2015-02-16 Thread Louis LaBrunda
Hi Nicolas, Lou, I'm very suspicious about what VA does. IMO you should not trust too much what you see (what it prints!) I think I agree with everything you say. I assumed (I know that might get me in trouble) that Chuck was rounding to print or display the value. Personally I don't see any