Re: [Newbies] EventHandlerPlus and mouseOver

2008-05-20 Thread Enno Schwass
Bert Freudenberg <[EMAIL PROTECTED]> writes: Hello Bert >> I am using Morphic to display some geographical maps. For easier >> testing, I would like to see the current position of the HandMorph >> as LabelString at the bottom of the map window. >> But I have to dig deep into morphic event handlin

[Newbies] EventHandlerPlus and mouseOver

2008-05-19 Thread Enno Schwass
Hello I am using Morphic to display some geographical maps. For easier testing, I would like to see the current position of the HandMorph as LabelString at the bottom of the map window. But I have to dig deep into morphic event handling to do this. At least I am unable to figure it out. I found

Re: [Newbies] Quinto Game Example Code Not Working

2008-04-29 Thread Enno Schwass
"Dr. Zephy" <[EMAIL PROTECTED]> writes: > I'm working through the Squeak by Example book and ran into a snag. The code > on > page 33 for the Quinto game is returning an error message. > I have the SBECell selected and "-- all --" is highlighted in the right pane, > just like in the book, but it

Re: [Newbies] Manipulation of existing objects

2008-01-06 Thread Enno Schwass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi | rectangle | rectangle := RectangleMorph new openInWorld. rectangle color: Color white. Now, that the object is created in the World, how do I change its properties while it exists? How would one change the color of the RectangleMorph in th

Re: [Newbies] Stopping a debug-window loop

2007-08-31 Thread Enno Schwass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Maybe this thread can help you. It does for me http://www.nabble.com/Whats-the-best-way-to-stop-numerous-mnu- Messages--tf4307386.html#a12261833 bye Enno Schwass [EMAIL PROTECTED] feed://rss.mac.com/onkelenno/iWeb/Web-Site/Blog/rss.xml

Re: [Newbies] How can I load the RefactoringBrowser into Squeak 3.9?

2007-08-27 Thread Enno Schwass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have worked with Visual Works smalltalk before, but I am new to squeak. I want to install the Refactoring Browser on my newly installed Squeak 3.9 (on Ubuntu Feisty if that matters) and can't figure out how. You dont need to install all the p

Re: [Newbies] Squeak / smalltalk beginners books

2007-08-16 Thread Enno Schwass
the moment I read Design Patterns Smalltalk Companion (more expert level) This takes a lot time, but its worth. I just need more practice. Bye Enno Schwass [EMAIL PROTECTED] feed://rss.mac.com/onkelenno/iWeb/Web-Site/Blog/rss.xml ___ Beginners mai

Re: [Newbies] Ubuntu Linux

2007-08-13 Thread Enno Schwass
Hi No, not install from source. As I said, I tried to install Squeak-3.9-8.i686-pc-linux-gnu.tar.gz ...which is the binary download from Squeak.org. And I’m using 32- bit Linux (Ubuntu). Ok. I see. The Synaptic package is out of date--the latest version it has is 3.8. I need 3.9 (because

Re: [Newbies] deploying Squeak applications

2007-08-13 Thread Enno Schwass
Hi How are Squeak applications typically deployed to users? http://squeak.preeminent.org/tut2007/html/206.html and further pages. Look for that special mac section. Is there a way to create an image that runs a given method when double-clicked? Is there a way to reduce an image to contain

Re: [Newbies] Ubuntu Linux

2007-08-13 Thread Enno Schwass
Hi I’m trying to install Squeak on a *fresh* installation of Ubuntu Linux 7.04 (Feisty Fawn) using... Squeak-3.9-8.i686-pc-linux-gnu.tar.gz ...from Squeak.org. But it complains... “No binaries/libraries found for i686-pc-linux-gnulibc1.” I am completely baffled by how this can fail, unless no

Re: [Newbies] How to create auto generated accessors?

2007-08-09 Thread Enno Schwass
Am 09.08.2007 um 13:05 schrieb Enno Schwass: Hi Hi, when I right-click, there isn't a more to get to the 'create inst var accessors'. BTW, I get a longer menu that begins with 'file out' and ends with 'open re-write tool'. I am sure there is one. Se

Re: [Newbies] How to create auto generated accessors?

2007-08-09 Thread Enno Schwass
Hi Hi, when I right-click, there isn't a more to get to the 'create inst var accessors'. BTW, I get a longer menu that begins with 'file out' and ends with 'open re-write tool'. I am sure there is one. Search all menu entries carefully. Do you use Damiens developer image? If not, I recom

Re: [Newbies] Retrieving a list of standard method categories?

2007-08-09 Thread Enno Schwass
Hi Hi, how does one find and set a standard list of method categories within Squeak? It depends on categorie. There is no REAL standard list. Some morphs have a protocol called event handling or geometry. Some dont. Other objects never need event handling. Another often used protocol is

Re: [Newbies] How to create auto generated accessors?

2007-08-09 Thread Enno Schwass
Hi Hi, how does one create auto generated accessors? Its mentioned in the middle of the page http://squeak.preeminent.org/tut2007/html/016.html I heavy recommend to study the whole tutorial. Its a great example for test driven development Hope it helps Enno __

Re: [Newbies] Better editor components?

2007-06-12 Thread Enno Schwass
Hi I've been playing around with SeaSide tutorials, using the class browser and the workspace - is this the right way to do things? The text editing there is pretty sucky for a man used to xemacs, so I ask: is there a better "application" for editing code, or can I get hold of a better ge

Re: [Newbies] modules, plugins, primitives, and MIDIPlugin

2007-05-13 Thread Enno Schwass
Hello Whats the result of --> SimpleMIDIPort midiIsSupported I have built squeak from a recent svn version, and in fact I have MIDIPlugin in my /lib/squeak/3.9-10 directory. But how can I test it? I can't see any midi port from alsa when squeak is running. BTW: Under linux you probably h

Re: [Newbies] Video question

2006-11-17 Thread Enno Schwass
Hallo Is there a "standard" format for video in the Squeak community? I noticed that most of the Croquet videos were in Quicktime format, and I wasn't sure if that carried over to here as well. I ask, because I put together a small video about building a simple calculator in Squeak, but

Re: [Newbies] moving eye in squeak

2006-11-16 Thread Enno Schwass
Hallo i want to write code for moving eyes just like the eyes in squeak logo.can any one helps me please. I am a beginner too, but maybe I can help. Open a class browser. do a . Look for MovingEyeMorph Check the protocol and the 6 instance methods. Dont forget the 2 class methods. Parent

Re: [Newbies] Beginners questions

2006-11-07 Thread Enno Schwass
Hello Dont know croquet, but squeak processes keyboard events with methods like keyUp: or keyDown: check with method finder for this. check example code in croquet image hope it helps Enno ___ Beginners mailing list Beginners@lists.squeakfoundation