Re: [Newbies] debugging over loops

2014-06-18 Thread karl ramberg
I made this into a help browser page: http://source.squeak.org/inbox/Help-Squeak-Project-kfr.16.mcz Cheers, Karl On Sun, Jun 1, 2014 at 7:54 PM, karl ramberg wrote: > I found it in the method pane of the debugger. > > Sorry for the noise > > Cheers, > Karl > > > >

Re: [Newbies] [Q] Creating Form from ByteArray

2014-06-11 Thread karl ramberg
Form has some class side methods to create Forms from arrays, too. Cheers, Karl On Wed, Jun 11, 2014 at 12:41 PM, Bert Freudenberg wrote: > On 11.06.2014, at 00:36, Sungjin Chun wrote: > > > Hi, > > > > I want to draw gray scale bitmap using byte array which has pixel by > pixel gray > > sca

Re: [Newbies] debugging over loops

2014-06-01 Thread karl ramberg
I found it in the method pane of the debugger. Sorry for the noise Cheers, Karl On Sun, Jun 1, 2014 at 7:51 PM, karl ramberg wrote: > Hi, > I don't see the 'run to here' option in any menu. > What version of Squeak do you run ? > > Cheers, > Karl > &

Re: [Newbies] debugging over loops

2014-06-01 Thread karl ramberg
Hi, I don't see the 'run to here' option in any menu. What version of Squeak do you run ? Cheers, Karl On Fri, May 30, 2014 at 6:35 PM, Ron Teitelbaum wrote: > Hi Joe, > > > > There are a few ways to get out of a loop. The best way is to just let > the loop run. To do that select the space

Re: [Newbies] object instance browser?

2014-01-04 Thread karl ramberg
Posted to the inbox. I don't have login for trunk Karl On Tue, Dec 31, 2013 at 12:40 PM, Bert Freudenberg wrote: > Hey, I wrote it, you make the workspace, deal? ;) > > Happy New Year, btw. > > - Bert - > > On 31.12.2013, at 12:37, karl ramberg wrote: > > Ma

Re: [Newbies] object instance browser?

2013-12-31 Thread karl ramberg
I do it :-) Happy new year! Cheers, Karl On Tue, Dec 31, 2013 at 12:40 PM, Bert Freudenberg wrote: > Hey, I wrote it, you make the workspace, deal? ;) > > Happy New Year, btw. > > - Bert - > > On 31.12.2013, at 12:37, karl ramberg wrote: > > Make a Welco

Re: [Newbies] object instance browser?

2013-12-31 Thread karl ramberg
Make a Welcome Workspace with this info :-) Cheers, Karl On Tue, Dec 31, 2013 at 11:27 AM, Bert Freudenberg wrote: > On 31.12.2013, at 08:53, David Holiday wrote: > > > Is there a way to browse the ecosystem of objects in a Smalltalk image? > > Yes, multiple ones in fact. This is a major reaso

Re: [Newbies] [ANN] Four new OLPC Games by the Software Architecture Group

2013-04-21 Thread karl ramberg
Hi Thank you guys for publishing some very nice games. Do yo have any feedback about what the common problems with developing games for Squeak is ? Are there any changes to the image that would make the game making process easier ? Karl On Tue, Apr 16, 2013 at 5:22 PM, Michael Perscheid < micha

Re: [Newbies] RE: I need an idea. I know you have some. Give. (Casey Ransberger)

2013-03-10 Thread karl ramberg
There is a Skeleton package in the Etoys inbox that has spreadsheet functions http://source.squeak.org/etoysinbox Also homepage http://languagegame.org:/ggame/11 On Fri, Mar 8, 2013 at 4:45 PM, Joseph J Alotta wrote: > It always bothered me, and still does that there isn't a Table object

Re: [Newbies] Reset Morphic Drawing After Error

2013-02-12 Thread karl ramberg
On Tue, Feb 12, 2013 at 1:51 PM, Ben Coman wrote: > ** > Look in Morph>>fullDrawOn: > and how it calls >>drawErrorOn: > > Doing [ self setProperty: #errorOnDraw toValue: false ] > should resume your regularly scheduled program. > This would be a nice addition for the debug menu of a draw error m

[Newbies] Re: [etoys-dev] How can I play a sound from time A to time B?

2013-01-28 Thread karl ramberg
Open a graph on the sound. You may need to edit the sound to get a graph of it. A graph is much like a holder so you can play sound from a sample location to another sample location. Keep an eye out for the length of the sound you load. I'm sure a long sound will be a big hog of memory and make yo

Re: [Newbies] Re: Global string search and replace in an image

2012-09-11 Thread karl ramberg
On Tue, Sep 11, 2012 at 2:48 PM, Andy Burnett wrote: > > >> I thought Andy was talking about source code. >> >> Personally, if I have to rename a method, I search for all senders and fix >> them with copy&paste. Same for class renames, inst var renames, etc. There >> just are not that many occurre

Re: [Newbies] Green Screen in Etoys

2012-06-11 Thread karl ramberg
Great work. You make very approachable projects. Always fun to watch. Karl On Mon, Jun 11, 2012 at 2:43 PM, Steve Thomas wrote: > Thanks Bert. > > On Mon, Jun 11, 2012 at 6:02 AM, Bert Freudenberg > wrote: >> >> >> On 2012-06-11, at 05:57, Steve Thomas wrote: >> >> Folks, >> >> I created a vid

[Newbies] Etoys 5 release !

2012-05-06 Thread karl ramberg
a section with more detailed explanations on how to use it at the end of the notes. http://www.squeakland.org/download/releaseNotes.jsp Thanks to everyone who helped us to make this happen! Cheers, Karl Ramberg Squeakland Developers Team ___ Beginne

[Newbies] Etoys 5.0 beta 2

2012-03-12 Thread karl ramberg
Ok, Bert just made the ready the beta 2 download. A lot of fixes went into this new beta, but if there are some show stoppers we would like to know asap ! So download from here: http://squeakland.org/download/ And give feedback http://tracker.squeakland.org or to etoys-...@squeakland.org las

Re: [Newbies] Siblings

2012-03-09 Thread karl ramberg
On Fri, Mar 9, 2012 at 10:33 PM, Markus Schlager wrote: > On Wed, 29 Feb 2012, sholom.eisenstat wrote: > > Iąm not sure if I want siblings or copies.. >> > > With siblings you can use 'tell all'-tiles, for example, with duplicates > you cannot. > > Markus 'Tell all siblings' is in my exper

[Newbies] Etoys 5.0 beta

2012-03-06 Thread karl ramberg
Hi It with great joy I announce the Etoys 5.0 beta release. Big thanks to everybody who has contributed to this project We have assembled quite a lot of bug fixes and new features so we bump version to 5.0 http://squeakland.org/download/ This is a beta release and we would like you to _test_ t

Re: [Newbies] Float variableWordSubclass

2012-01-07 Thread karl ramberg
On Sat, Jan 7, 2012 at 7:04 PM, Levente Uzonyi wrote: > On Thu, 5 Jan 2012, Ben Coman wrote: > > Levente Uzonyi wrote: >> >>> On Wed, 4 Jan 2012, Ben Coman wrote: >>> >>> When I define... Float subclass: MyPrefixFloat >>> >>> I guess you meat Float subclass: #MyPrefixFloat . >>> >>>

Re: [Newbies] Is there an easy way to implement an animation loop?

2012-01-05 Thread karl ramberg
ime. What shall I do instead? > > Thanks! > > From: beginners-boun...@lists.squeakfoundation.org [ > beginners-boun...@lists.squeakfoundation.org] On Behalf Of karl ramberg [ > karlramb...@gmail.com] > Sent: Thursday, January 05, 2012 6:00 PM

Re: [Newbies] Is there an easy way to implement an animation loop?

2012-01-05 Thread karl ramberg
On Thu, Jan 5, 2012 at 6:00 PM, karl ramberg wrote: > Hi > In morphich you should use the step method. > > Just add a step method to the morph and start the stepping when you want > the animation to start. > I think you must add a self changed or a self layoutChanged at the

Re: [Newbies] Is there an easy way to implement an animation loop?

2012-01-05 Thread karl ramberg
Hi In morphich you should use the step method. Just add a step method to the morph and start the stepping when you want the animation to start. I think you must add a self changed or a self layoutChanged at the end of the step method to update the morph. It's a little more difficult to block all

Re: [Newbies] Changing the extent of an ImageMorph

2012-01-04 Thread karl ramberg
ed as the successor to SketchMorph and then > abandoned. By implication, SketchMorph was abandoned before ImageMorph. > > Far better to figure out a way to resize ImageMorph, IMHO. > > > L. > > > > > On 1/4/12 8:59 AM, karl ramberg wrote: > > A SketchMorph le

Re: [Newbies] Changing the extent of an ImageMorph

2012-01-04 Thread karl ramberg
A SketchMorph lets you set the extent directly Karl On Wed, Jan 4, 2012 at 4:44 PM, Jan Teske < jan.te...@student.hpi.uni-potsdam.de> wrote: > Hey, > > I'm currently developing a small game with Squeak. Part of it is a bunch > of menus which should have background images. Therefore I have realiz

Re: [Newbies] Blender 3D

2011-12-14 Thread karl ramberg
Take a look at this also http://www.oopgames.com/freecad/ Karl On Wed, Dec 14, 2011 at 3:33 PM, wrote: > Thank you great Squeakers, > > We are starting a different school that runs by having the students > create what they use and consume. We are looking at Brazil and India > as our first pilot

Re: [Newbies] Re: Beginners Digest, Vol 68, Issue 3

2011-12-14 Thread karl ramberg
On Wed, Dec 14, 2011 at 3:10 PM, David Corking wrote: > Kirk wrote: > > > Language popularity is a matter of advertising.Nobody heard of Java > > until its creator advertised heavily claiming as the best language of > > all, > > Perhaps Smalltalk needs a different approach to advertising. I d

Re: [Newbies] Another Answer

2011-11-22 Thread karl ramberg
On Tue, Nov 22, 2011 at 3:35 PM, Overcomer Man wrote: > Q. I want to learn Smalltalk but without the baggage of an IDE. Just let > me use my favorite text editor, that's much easier. > > You can do it but you have to write your code in "fileIn" format so > Smalltalk will accept your external edito

Re: [Newbies] Re: [] whileTrue: [] implementation

2011-10-05 Thread karl ramberg
On Wed, Oct 5, 2011 at 4:05 PM, Bert Freudenberg wrote: > On 05.10.2011, at 00:24, nicolas cellier wrote: > >> Bert Freudenberg freudenbergs.de> writes: >> On 04.10.2011, at 19:16, Erlis Vidal wrote: >>> Thanks Bert! The byte code has the answer, I thought that the byte code will m

Re: [Newbies] Move an object into another project

2011-09-28 Thread karl ramberg
You can also make the project contain a ProjectViewMorph of your destination project and than just send the player by dropping it in. Karl On Wed, Sep 28, 2011 at 7:06 PM, Bert Freudenberg wrote: > On 28.09.2011, at 05:24, Jonathan Wright wrote: > >> Subbu and Gary, >> >> Cool. Thanks you.  If I

Re: [Newbies] Universe Video .sar to FileIn

2011-09-06 Thread karl ramberg
A sar packageis really a zip file and can be decompressed with a unzipper program. >From there you can look at the different files and see which one is causing problems. karl On Mon, Sep 5, 2011 at 4:57 PM, Overcomer Man wrote: > I tried Squeak Universe, Uncategorized Video and Image Processing

Re: [Newbies] Keyboard input - programming course

2011-07-04 Thread karl ramberg
Allso this https://gforge.inria.fr/frs/download.php/10764/BotsInc-OriginalEnglish.pdf Karl On Mon, Jul 4, 2011 at 10:47 PM, Stephen Woolerton wrote: > > > - how would one display a text label and a text field and obtain input >>> from the text field (am thinking of Morphic) >>> >> >>nam

Re: [Newbies] Re: Float-Subclasses?

2011-06-30 Thread karl ramberg
There was a ScaledDecimal class in Squeak before the licence change, afaik. Karl On Thu, Jun 30, 2011 at 8:34 PM, nicolas cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > Ralph Johnson cs.uiuc.edu> writes: > > > > > On Wed, Jun 29, 2011 at 8:34 AM, bb arcor.de> wrote: > > > I found that t

Re: [Newbies] Need help about tile!!

2011-06-17 Thread karl ramberg
On Fri, Jun 17, 2011 at 5:01 PM, K. K. Subramaniam wrote: > On Friday 17 Jun 2011 7:28:15 AM Alberto Ferreira wrote: > > I'm reading squeakbyexample and learning Smalltalk. > > > > I want to create a tile which return a SQRT resolution in a menu. > > > > I.E.: When a halo is opened if we click on

Re: [Newbies] Video Media in Squeak

2010-04-27 Thread karl ramberg
t there's only one option of plugin right now (MPEG) >>> for cross-platform. Considering that my application will run only with >>> windows systems, is there any way to work with AVI and WMV formats as well? >>> >>> >>> I'm pretty sure that Sophie

Re: [Newbies] Video Media in Squeak

2010-04-20 Thread karl ramberg
Open MPEGMoviePlayer and click on the menu. There should be some options there. Convert a mpeg movie or a folder of pictures. Karl On Tue, Apr 20, 2010 at 11:18 PM, Hannes Hirzel wrote: > How do I convert movies into JMV? > > Hannes > > On 4/20/10, karl ramberg wrote: >>

Re: [Newbies] Video Media in Squeak

2010-04-20 Thread karl ramberg
JMV is a Squeak jpg videoformat Plays with MPEGMoviePlayer karl On Tue, Apr 20, 2010 at 10:10 PM, Bruno Giacomelli wrote: > Which are the best classes to manipulate video media in Squeak? I'm planning > to make a little video player application with Squeak and didn't find > nothing really useful

Re: [Newbies] Best list box morph

2010-03-27 Thread karl ramberg
On Fri, Mar 26, 2010 at 9:31 PM, Gary Dunn wrote: > On Fri, 26 Mar 2010 09:31:39 -0500 David Mitchell > wrote: > >> >> Have you looked at Maui? > > Yes, Maui is beautiful. I have ridden the Hana Road by bicycle four times. > Paia is famous for wind surfing. >> >> http://wiki.squeak.org/squeak/3

Re: [Newbies] How do I get the subnet mask in squeak?

2010-01-14 Thread Karl Ramberg
On 2010-01-13 17:32, squeak.de...@web.de wrote: Hi Squeak-Fans! I am new in programming squeak and I have the following problem: I try to find all hosts, which are running a special squeak network program I wrote. To do so I want to connect to all hosts in my subnet. If I am able to conne

Re: [Newbies] Network Game - Server Client Approach

2009-06-05 Thread Karl Ramberg
On 2009-06-05 08:56, Martin Bleichner wrote: Hi there, I am still looking for a way to program my network game (four players on four different computers collaboratively control the direction of one object, each is responsible to move the object in one of four directions.) I guess one solutio

Re: [Newbies] Opening a Changes file with another image

2009-04-06 Thread Karl Ramberg
On 2009-04-06 19:20, Rob Rothwell wrote: Hi all, We have an image that won't open anymore...and being the terrific professionals that we are, have no other version of the source code than what might be in the changes file! Is it possible to "open up" a changes file with a different image and

Re: [Newbies] Morphic Histogram?

2009-02-17 Thread karl ramberg
GraphMorph ? Karl On Tue, Feb 17, 2009 at 7:51 AM, Derek O'Connell wrote: > Hi Rob, have you tried creating one yourself? Rectangle morphs are one > of the most basic morphs and a histogram could probably be created > mostly using drag&drop operations. >

Re: [Newbies] Inspector instances

2008-12-07 Thread Karl Ramberg
Claus Kick wrote: Hello everyone, I tried to update my Squeak image a bit. Since I wanted an uninterrupted update, I changed ReleaseBuilderFor3dot10>>loadTogether:merge: a bit, as not to throw a walkback window saying "The changes should be reviewed". Unfortunately, I forgot to comment out

Re: [Newbies] image with Scamper?

2008-10-25 Thread Karl Ramberg
Greg Buchholz wrote: The last time I toyed with Squeak (about 2 years ago), it came with a web browser. When I just downloaded the latest Squeak release from squeak.org, it didn't come with a browser, so I tried using SqueakMap to install Scamper. It warned me about not being compatible,

Re: [Newbies] learning Morphic

2008-10-10 Thread Karl Ramberg
Mark Volkmann wrote: On Oct 10, 2008, at 9:47 AM, Matthias Korn wrote: Hi, Am Fri, 10 Oct 2008 09:41:22 -0500 schrieb Mark Volkmann <[EMAIL PROTECTED]>: [..] - this PluggableMorphs tutorial: http://wiki.squeak.org/squeak/2962 The descriptions of the demos sound good, but code is only provi

Re: [Newbies] Porting an old app to a recent image

2008-10-10 Thread Karl Ramberg
ack Trace is attached) Were there some changes in the Metaclass between V2 and V3 that explain this error? Thanks for the hint, though Karl. I didn't know about that possibility. Regards, Matthias Am Wed, 8 Oct 2008 18:07:55 +0200 schrieb Karl Ramberg <[EMAIL PROTECTED]>:

Re: [Newbies] Porting an old app to a recent image

2008-10-08 Thread Karl Ramberg
Matthias Korn wrote: Hi all, is there some documentation, help, tools, etc. to port a Squeak app written in SqueakV2.sources to a recent image? fileOut -> fileIn gives me all sorts of error messages I cannot understand/debug. I actually just want to port parts of the app to re-use the code. Bu

Re: [Newbies] Adv. Morphic Tutorials

2008-09-21 Thread karl ramberg
This stuff here is good for understanding some of the standard widgets: http://wiki.squeak.org/squeak/2962 karl On 9/21/08, Matthias Korn <[EMAIL PROTECTED]> wrote: > Hi all, > > I was trying to get a grip of Morphic for the last several weeks. > Without much luck. > > I was doing several Morphic

Re: [Newbies] Minimalist 3D

2008-06-17 Thread Karl Ramberg
Did you look at Balloon3D ? I think you'll find it on SqueakMap and other places. I'm not sure it will work on images > 3.8 either but you'll get basic 3D and can add VRML objects, plopp drawing, Wonderland scripting etc Karl Ross Boylan wrote: Does squeak, or some addon, support a kind of m

Re: [Newbies] Creating a coverflow effect in Squeak

2008-06-14 Thread Karl Ramberg
Bert Freudenberg wrote: On 14.06.2008, at 09:19, Herbert König wrote: Andy, AB> (not a very good description, but if you have seen iTunes, you AB> know what I mean). never seen but: AB> I had a look in Squeaksource but found nothing similar. AB> Could anyone give me some pointers on how to s

Re: [Newbies] Quick noob snippets

2008-05-20 Thread Karl Ramberg
Bert Freudenberg wrote: On 20.05.2008, at 16:46, Karl Ramberg wrote: Bert Freudenberg wrote: On 20.05.2008, at 07:01, Herbert König wrote: Hello Sven, don't know about your first Question though people now may think it has been replied to. SS> 100 timesRepeat: [randomNo := 100

Re: [Newbies] Quick noob snippets

2008-05-20 Thread Karl Ramberg
Bert Freudenberg wrote: On 20.05.2008, at 07:01, Herbert König wrote: Hello Sven, don't know about your first Question though people now may think it has been replied to. SS> 100 timesRepeat: [randomNo := 100 atRandom. anEllipse height: SS> randomNo. anEllipse borderWidth: anEllipse borderW

Re: [Newbies] audio query

2008-05-19 Thread Karl Ramberg
Kenneth Sherwood wrote: As a writer and non-programmer (high school Fortran in 1986) who has used out-of-the-box tools such as flash and dreamweaver, I've just begun teaching myself Squeak--which was recommended by a hypertext writer/aquaintence Jim Rosenberg. My interest is in building inter