Re: [Newbies] Save without processShutDownList/processStartUpList?

2008-03-08 Thread Robert F. Scheer
Just wanted to say thanks. This was a useful tip! -Robert On Sat, 2008-03-08 at 15:54 +0100, Bert Freudenberg wrote: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? That said ... On Mar 8, 2008, at 15:25 , albegadeep wrote:

Re: [Newbies] Save without processShutDownList/processStartUpList?

2008-03-08 Thread Robert F. Scheer
On Sat, 2008-03-08 at 22:04 +0100, Bert Freudenberg wrote: On Mar 8, 2008, at 21:32 , Robert F. Scheer wrote: Just wanted to say thanks. This was a useful tip! -Robert On Sat, 2008-03-08 at 15:54 +0100, Bert Freudenberg wrote: A: Because it messes up the order in which people

[Newbies] Recommended way to print on screen

2008-02-25 Thread Robert F. Scheer
I know how to print to the Transcript window but what's the hint for how to print stuff to a dedicated window? The Transcript is notoriously slow. Will this dedicated window be much faster? Thanks. - Robert ___ Beginners mailing list

Re: [Newbies] Recommended way to print on screen

2008-02-25 Thread Robert F. Scheer
Somewhat answering my own question... log := TranscriptStream new. log openLabel: 'Test Log'. log show: 'Hello World'. - Robert On Mon, 2008-02-25 at 16:32 -0800, Robert F. Scheer wrote: I know how to print to the Transcript window but what's the hint for how to print stuff to a dedicated

[Newbies] Squeak for robot imaging and scientific applications

2008-01-20 Thread Robert F. Scheer
I am using Squeak to control a robot, specifically a RoboMagellan outdoor navigating robot. Pretty soon it will be important to confront how to implement the computer vision on this robot. The OS is Linux. One way to do this is to use an external vision system such as RoboRealm running under MS

Re: [Newbies] Squeak for robot imaging and scientific applications

2008-01-20 Thread Robert F. Scheer
On Sun, 2008-01-20 at 13:29 +0100, Herbert König wrote: Hello Robert, RFS I am using Squeak to control a robot, specifically a RoboMagellan RFS outdoor navigating robot. Pretty soon it will be important to confront RFS how to implement the computer vision on this robot. The OS is Linux.

Re: [Newbies] swapMouseButton?

2008-01-03 Thread Robert F. Scheer
Kent, Go to the Preferences Browser and pick the General tab and toggle the swapMouseButtons item (I think that's what it's called). Another way to find this out is to read Squeak By Example which is easily found from the squeak.org site. - Robert On Thu, 2008-01-03 at 21:04 -0800, Kent