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

2015-02-18 Thread John McKeon
The RISC OS is available for Pi machines http://www.raspberrypi.org/risc-os-for-raspberry-pi/. And there is a Squeak for that OS. http://www.squeakvm.org/riscos/ On Mon, Feb 16, 2015 at 9:10 PM, Casey Ransberger casey.obrie...@gmail.com wrote: Hi Kirk, By default OS I'm guessing you mean

Re: [Newbies] Re: Confused about how to get everything set up

2011-11-08 Thread John McKeon
Hello Matt, If you want to use PostgreSQL it has the simplest route to DB connectivity since there are *no* external libraries required. It's all TCP/IP from the image to Postgres. You can use Metacello with Installer ss project: 'MetacelloRepository'; install: 'ConfigurationOfPostgresV2'.

Re: [Newbies] Really silly newbie question..

2011-05-23 Thread John McKeon
Press F2 for a popup menu. The Debug Options sub menu has an option to show the debug console. If its checked, uncheck it and the console should disappear. John On Mon, May 23, 2011 at 8:03 PM, Junkie Junk junkmail_2...@yahoo.comwrote: Hello, I have just installed and started playing with

Re: [Newbies] irc client

2011-01-05 Thread John McKeon
Use the Squeakmap Package Loader (From the World menu, select Open...). IRCe latest version loads in 4.1. John On Wed, Jan 5, 2011 at 4:23 PM, Gary Dunn garydun...@gmail.com wrote: How do I install the irc client in 4.1? ___ Beginners mailing list

Re: [Newbies] How to give numbers/anything to my program?

2010-09-30 Thread John McKeon
On Thu, Sep 30, 2010 at 5:00 AM, jon jonsen noe...@gmx.de wrote: Hello, I'm looking for a function like cin in C++. Because I want to type 2 numbers in the Transcript and that these two numbers are given to my program. You cold use UIManagerrequest: to get user input Usual usage is

Re: [Newbies] MVC programs don't work in Squeak 4.1

2010-06-13 Thread John McKeon
On Sun, Jun 13, 2010 at 2:37 PM, David Burton ncdave4l...@gmail.com wrote: On Sun, Jun 13, 2010 at 10:36 AM, John McKeon p3ano...@gmail.com wrote: On Sun, Jun 13, 2010 at 9:34 AM, David Burton ncdave4l...@gmail.com wrote: First, please forgive me if this is a F.A.Q., but I can't seem

Re: [Newbies] Re: No up arrow in 4.1

2010-05-02 Thread John McKeon
Using the anti-aliased fonts, look at any other getter accessor method that returns a value. What is the up arrow character that you see? It should be a '^', the ↑ is just the rendering of '^' in that 3.9 font John On Sun, May 2, 2010 at 8:42 PM, Winter Laite winterla...@comcast.netwrote: I

Re: [Newbies] Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-27 Thread John McKeon
Hey Andy I have a radio group defined like this (using your code): renderContentOn:html | group | html form: [ html radioGroup [ :rg | rg radioButton submitOnClick; selected: self contact isMale; callback: [self halt]; with: [html text:'male'].

Re: [Newbies] Re: Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-27 Thread John McKeon
Did you add the submitOnClick sends to the radioButton tags? On Tue, Apr 27, 2010 at 9:17 PM, Andy Burnett andy.burn...@knowinnovation.com wrote: John McKeon wrote: Hey Andy I have a radio group defined like this (using your code): renderContentOn:html | group | html form: [ html

Re: [Newbies] Re: Is there a reason why this RadioButton group doesn't ever call the callback?

2010-04-27 Thread John McKeon
You probably don't want that if you have other inputs on the form anyway. You really should be posting this to the Seaside list as well. You would probably have your answer by now. John On Tue, Apr 27, 2010 at 9:37 PM, John McKeon p3ano...@gmail.com wrote: Did you add the submitOnClick sends

Re: [Newbies] Gofer, Metacello

2010-04-05 Thread John McKeon
There is a tutorial for Gofer on Lukas Renggli's blog herehttp://www.lukas-renggli.ch/blog/gofer. I'm not sure where there is info on Metacello you can try searching Dale Henrich's blog http://gemstonesoup.wordpress.com/ http://gemstonesoup.wordpress.com/Hope this helps John On Mon, Apr 5, 2010

Re: [Newbies] a titleize function?

2010-03-20 Thread John McKeon
A correct titlization will not capitalize small words (articles, prepositions etc). This is probably overkill but I've got parser madness and just could not help myself =) The attached mcz package will require Lukas Renggli's PetitParser from the repository at http://source.lukas-renggli.ch/petit

Re: [Newbies] WTG Qwaq

2009-08-28 Thread John McKeon
On Thu, Aug 27, 2009 at 6:31 AM, Chris Hogan flipityski...@hotmail.comwrote: I just ran across this link on reddit. http://gcn.com/articles/2009/08/24/data-visualization-sidebar-2-navy-sub.aspx Navy creates a virtual world to test submarine design It's always nice to see squeak in the

Re: [Newbies] Re: Win98SE + Squeak?

2009-08-06 Thread John McKeon
Perhaps this might help http://exuberant.ms11.net/98sesp.html The notes say it adds unicode support John On Thu, Aug 6, 2009 at 4:25 AM, Edgar J. De Cleene edgardec2...@yahoo.com.ar wrote: On 8/6/09 3:42 AM, Andreas Raab andreas.r...@gmx.de wrote: Leandro - The Win95 family of

Re: [Newbies] method naming advice

2008-09-26 Thread John McKeon
One newbie to another - YES LOL Just kidding If it were me.I would look for something already in Squeak - like XMLElement in the XML-Parser category - and either use it straight out of the box or subclass it. (Notice it already has attributeAt: attributeName put: attributeValue) Just

[Newbies] SUnit - TestRunner

2008-09-13 Thread John McKeon
Hello all, I am suddenly having unable to run the TestRunner and the only thing I can put my finger on as to what change brought about this problem is the loading of Celeste and supporting packagesinto the image, most suspicious being LargeLists (only because it is breaking on message