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 karlramb...@gmail.com wrote: I found it in the method pane of the debugger. Sorry for the noise Cheers, Karl On Sun, Jun 1

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 b...@freudenbergs.de wrote: On 11.06.2014, at 00:36, Sungjin Chun chu...@castlesoft.co.kr wrote: Hi, I want to draw gray scale bitmap using byte array

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 r...@usmedrec.com 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

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 karlramb...@gmail.com wrote: 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

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 b...@freudenbergs.dewrote: Hey, I wrote it, you make the workspace, deal? ;) Happy New Year, btw. - Bert - On 31.12.2013, at 12:37, karl ramberg karlramb...@gmail.com wrote: Make

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 b...@freudenbergs.dewrote: On 31.12.2013, at 08:53, David Holiday neubu...@rohan.sdsu.edu wrote: Is there a way to browse the ecosystem of objects in a Smalltalk image? Yes

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 b...@freudenbergs.dewrote: Hey, I wrote it, you make the workspace, deal? ;) Happy New Year, btw. - Bert - On 31.12.2013, at 12:37, karl ramberg karlramb...@gmail.com wrote: Make a Welcome

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

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 joseph.alo...@gmail.comwrote: It always bothered me, and still does that

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

2013-01-28 Thread karl ramberg
your project sluggish. Karl On Sun, Jan 20, 2013 at 4:00 AM, Steve Thomas sthom...@gosargon.com wrote: So I figured out how to read in a paragraph of text and split it into separate words I can highlight as I read. Still need to play around a bit to handle the different fonts/sizes

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

2012-09-11 Thread karl ramberg
and press alt + e you get a browser with all occurrences of the selected string Karl Clearly, the correct way to solve the problem is to abstract the hard coded text into another object - or maybe a global variable? Perhaps I will just have to bite the bullet. This would make it far easier

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 sthom...@gosargon.com wrote: Thanks Bert. On Mon, Jun 11, 2012 at 6:02 AM, Bert Freudenberg b...@freudenbergs.de wrote: On 2012-06-11, at 05:57, Steve Thomas wrote

[Newbies] Etoys 5.0 beta 2

2012-03-12 Thread karl ramberg
last resort is mailing me directly karlramberg 'at' gmail.com Cheers, Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

[Newbies] Etoys 5.0 beta

2012-03-06 Thread karl ramberg
the image and _report issues_ to either http://tracker.squeakland.org or to etoys-...@squeakland.org last resort is mailing me directly karlramberg 'at' gmail.com Cheers, Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

Re: [Newbies] Float variableWordSubclass

2012-01-07 Thread karl ramberg
? There's no such thing in Squeak, so I don't know. Maybe you shoud ask it from Pharo users. Levente I've seen it in OmniBrowser with RefactoringEngine. I'm not sure of it's purpose. Karl Epsilon - the letter of the Greek alphabet used in maths. But doh! I should have said summation symbol

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

2012-01-05 Thread karl ramberg
and return the millisecond time you would like. Karl On Thu, Jan 5, 2012 at 2:15 PM, Jan Teske jan.te...@student.hpi.uni-potsdam.de wrote: Hi there, I try to implement a blocking animation so that the process waits for the animation to be terminated before going ahead. This animation should lower

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 karlramb...@gmail.com 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 end

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

2012-01-05 Thread karl ramberg
Ugh, that is right. Stepping starts right away for a new morph. Since you want stepping only at certain times you should use startSteppingSelector: and stopSteppingSelector: (and not call that selector/method #step.) Karl On Thu, Jan 5, 2012 at 9:00 PM, Teske, Jan jan.te...@student.hpi.uni

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 realized

Re: [Newbies] Changing the extent of an ImageMorph

2012-01-04 Thread karl ramberg
I see your point but I don't think it's worth the hassle unless one wanted to bring ImageMorph futrher on by implementing the needed methods. Karl On Wed, Jan 4, 2012 at 8:25 PM, Lawson English lengli...@cox.net wrote: A sketchmorph is horribly complicated, too. ImageMorph was designated

Re: [Newbies] Another Answer

2011-11-22 Thread karl ramberg
tools, at least not in Squeak. And learning Smalltalk is as much knowledge worth knowing, it's quite a hard learning curve but when you get it it changes how you think. Karl On a positive note, Cuis provides a leaner library than Squeak and is also licensed so you can deliver it IDE and all

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

2011-10-05 Thread karl ramberg
for the meta hammer. Interesting discussion though. Maybe a bit over the head of the average newbie ;) - Bert - But this kind of thread is also one of the reasons I like the Squeak community. Newbies get right to the core with their questions and there is little hierarchy. Karl

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 b...@freudenbergs.de wrote: On 28.09.2011, at 05:24, Jonathan Wright wrote: Subbu and Gary, Cool

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 overcomer@gmail.comwrote: I tried Squeak Universe, Uncategorized Video

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 s...@shineonline.co.nzwrote: - how would one display a text label and a text field and obtain input from the text field (am thinking of Morphic

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 johnson at cs.uiuc.edu writes: On Wed, Jun 29, 2011 at 8:34 AM, bb bblochl at arcor.de wrote: I

Re: [Newbies] Need help about tile!!

2011-06-17 Thread karl ramberg
reads random but if you click the up/down arrow, you can see a list of functions one of which is SquareRoot). Use the Etoys image for tile scripting as it has advance quite a bit from the trunk version. www.squeakland.org karl ___ Beginners

Re: [Newbies] Video Media in Squeak

2010-04-27 Thread karl ramberg
that. Comment out the line self initializeSubtitlesDisplayer in MPEGDisplayMorphinitialize. Now you should have the MPEGPlayerMorph in the Objects tool Multimedia category Karl On Mon, Apr 26, 2010 at 9:08 PM, Bruno Giacomelli brunogiacome...@gmail.com wrote: Sorry to bother once again, but now I

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 brunogiacome...@gmail.com 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

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 hannes.hir...@gmail.com wrote: How do I convert movies into JMV? Hannes On 4/20/10, karl ramberg karlramb

Re: [Newbies] Best list box morph

2010-03-27 Thread karl ramberg
can not be used separately, PluggableListMorph and subclasses are the ones to look at. The component system could be used for what you try to achieve but I think it is broken in the Etoys image. http://wiki.squeak.org/squeak/1175 Karl ___ Beginners

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

2010-01-14 Thread Karl Ramberg
the current subnet mask? Thanks for your help, best regards. Hi take a look at the NetMorph image that have this capability: http://swikis.ddo.jp/NetMorph Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

Re: [Newbies] Network Game - Server Client Approach

2009-06-05 Thread Karl Ramberg
@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners Here are some pointers to other network games/ stuff http://swikis.ddo.jp/NetMorph/17 http://www.jvuletich.org/Squeak/Scrabble/ScrabbleEng.html Karl ___ Beginners mailing list

[Newbies] Is Squeak VM running on HP 310?

2009-05-28 Thread Karl Boutin
I am trying to assess if squeak has been ported (or is easily portable) on a new small device that I purchsed at a good price. The HP 310 Travel Companion is a GPS car navigation system that runs on Windows CE 6.0. It is apparently fairly easy to hack since it has a sd card slot and can boot from

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

2009-04-06 Thread Karl Ramberg
and see what you can recover? Just wondering... You can point FileList to the file and browse using a Changeset Browser or a CodeBrowser. Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman

Re: [Newbies] Morphic Histogram?

2009-02-17 Thread karl ramberg
GraphMorph ? Karl On Tue, Feb 17, 2009 at 7:51 AM, Derek O'Connell docon...@gmail.com 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 dragdrop operations

Re: [Newbies] Inspector instances

2008-12-07 Thread Karl Ramberg
the last half hour browsing through Morph, its Subclasses and ToolSet (trying to understand what acutally happens if you inspect an Object). Please help a poor updater :D WorldMenu/Windows/ColoseAllUnchangedWindows ? Karl ___ Beginners mailing list

Re: [Newbies] image with Scamper?

2008-10-25 Thread Karl Ramberg
resides with Scamper on it. I couldn't find older images on squeak.org, is there a repository of previous squeak releases that I've overlooked? Thanks, Greg Buchholz Network-HTML package must be loaded. Karl ___ Beginners mailing list Beginners

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

2008-10-10 Thread Karl Ramberg
initializion. If you leave a Trancript open you will see file in messages. Karl Am Fri, 10 Oct 2008 08:46:57 +0200 schrieb stephane ducasse [EMAIL PROTECTED]: this is really strange. can you select one class of your app and fileout it and send it? stef On Oct 9, 2008, at 3:37 PM, Matthias

Re: [Newbies] learning Morphic

2008-10-10 Thread Karl Ramberg
a Squeak project file. Open with FileList. Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

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

2008-10-08 Thread Karl Ramberg
that change, and file in the parts you want. Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

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

Re: [Newbies] Quick noob snippets

2008-05-20 Thread Karl Ramberg
in your own Morph subclass. Then you should have a look at ColorPickerMorph :-) Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] back and forth

2008-04-14 Thread karl
and a boolean variable: movedForward true: Player forward -50 movedForward := false false: Player forward 50 movedForward := true Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org

Re: [Newbies] squeak 'wysiwyg' application?

2008-04-13 Thread karl
but I'd like something more like Wordpad. You can use a Workspace. It has the nice side effect that all text is executable, so code is just a DoIt away from testing. A downside is that it has no support for multiple fonts and there are issues with aligning embedded pictures to the text. Karl

Re: [Newbies] Examples of GUI programs developed in Squeak

2008-04-02 Thread karl
at Video and Image Processing http://wiki.squeak.org/squeak/2411 It is a framework for applying filters on images and video, duh ;-) It's quite easy to make your own filter rules etc. Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org

Re: [Newbies] [Fun] Squeak the mouse vs. Tom the cat :)

2008-03-15 Thread karl
gafisher wrote: Highly inappropriate, not funny. Well, the cartoon could read as a cut in software to expose the hardware. Karl -- From: cdrick [EMAIL PROTECTED] Sent: Friday, March 14, 2008 2:14 PM To: A friendly place to get answers to even

Re: [Newbies] Studying Artificial Intelligence

2008-03-14 Thread karl
version here: http://wiki.squeak.org/squeak/1000 Karl There's a Prolog interpreter written in OMeta (http://www.cs.ucla.edu/~awarth/ometa/ometa-js/prolog.html) and JavaScript, desribed in the STEPS Toward The Reinvention of Programming paper (http://www.vpri.org/pdf/steps_TR-2007-008.pdf

Re: [Newbies] More Morphic Fun

2008-02-19 Thread karl
a PasteUpMorph which is the one used as the desktop. Use mouseLeave to do the delete. Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] How do I find out the maximum extent that a morph can be set to, without this impacting the current extent of its owner morph?

2007-11-28 Thread karl
insets... set, too. So I am a bit hesitant. Will try some stuff. Does not #spaceFill do just fill the max available space ? Karl Thanks again Alex On 28-Nov-07, at 4:15 PM, Jerome Peace wrote: [Newbies] How do I find out the maximum extent that a morph can be set to, without this impacting

Re: [Newbies] tutorial: doesNotUnderstand instance variable

2007-11-13 Thread Karl
declaration: Object subclass: #BlankCell instanceVariableNames: 'activeSegments exitSides' classVariableNames: '' poolDictionaries: '' category: 'Laser-Game-Model' This is my init function: initializeExitSides self exitSides: Dictionary new. Use := when assigning variables. Karl

Re: [Newbies] Problems with FlashPlayerWindow

2007-11-04 Thread karl
Here is a spec of the swf. It seems kind of free, but IANAL. Gentlemen, start implementing :-) Karl Prashanth Hebbar wrote: Edgar: I downloaded a 3.0 with no luck. I think the trouble was with the swf file which was created using the latest version. I am trying to get an older swf file

Re: [Newbies] Problems with FlashPlayerWindow

2007-11-04 Thread karl
Ugh, with the link this time: http://sswf.sourceforge.net/SWFalexref.html Here is a spec of the swf. It seems kind of free, but IANAL. Gentlemen, start implementing :-) Karl Prashanth Hebbar wrote: Edgar: I downloaded a 3.0 with no luck. I think the trouble was with the swf file which

Re: [Newbies] A question of Squeak

2007-10-27 Thread karl
for making new costumes? Once a png image is filed into Squeak it is a form. Karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Best way to implement two-dimensional array

2007-09-02 Thread karl
Look at class Matrix Karl John Almberg wrote: Sorry... forgot one other thing... I'd like to be able to initialize the table using a literal, like: #( #(1 4 3) #(4 3 6) #(9 5 4) ) That would be a real bonus, because the table is quite large and I want to be able to 'see' the table

Re: [Newbies] usage PolygonMorph

2007-05-30 Thread karl
get: World addMorph: (PolygonMorph shapeFromPen: [:p | 1 to: 6 do:[:i|p go: 50.p turn: 60. ]] color: Color red borderWidth: 1 borderColor: Color black) karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org

[Newbies] Re: [Squeakland] Bots Inc, Robocup or Maze Squad. --Collective problem solving

2007-01-18 Thread karl
? It's a simulation environment with _lots_ of turtles and it's interface is etoys. I think the projets you describe can be made in Kedama. Karl I'm not a programmer and with Squeak I'm relearning the experience of programming with my students. But I have no problem learning and exploring

[Newbies] RSS Reader

2006-05-21 Thread karl
There is BlogBrowser: http://map.squeak.org/package/302c811f-8107-4921-9bfd-beaad4957370 karl ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners