Re: [Newbies] Copy - Paste Methods

2011-03-26 Thread Matthew Fulmer
by doing tools preferences keyboard swapCtrlAndAltKeys Sorry it's non-standard. I fixed the mouse buttons to be more standard in 4.2. I guess the modifiers are my next challenge. -- Matthew Fulmer (a.k.a. Tapple) ___ Beginners mailing list Beginners

Re: [Newbies] Interfacing C library

2011-03-13 Thread Matthew Fulmer
target C method -- Matthew Fulmer (a.k.a. Tapple) ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Interfacing C library

2011-03-13 Thread Matthew Fulmer
On Sun, Mar 13, 2011 at 08:55:07AM -0400, Matthew Fulmer wrote: On Sun, Mar 13, 2011 at 03:35:12PM +0530, Karthic Kumaran wrote: Hello, I am creating an ID3 tag editor in squeak smalltalk. There is a C library called id3lib that is capable of parsing and modifying id3tags. I have been

Re: [Newbies] Re: Why do lengthy installations shut down Squeak?

2009-02-24 Thread Matthew Fulmer
I've been wanting to release for 3 months, but I've recently gotten too busy to work on it. Join me in the #squeak IRC channel in Freenode if you want to talk about it -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list

Re: [Newbies] Newbie Image Blowout

2008-11-22 Thread Matthew Fulmer
as new version. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

[Newbies] Re: Squeak patching

2008-11-20 Thread Matthew Fulmer
the main Monticello developer. Use mantis, or email the release list or the packages list. I'm planning to service all outstanding bug reports before the next release, Monticello 1.6, which is nearly ready. -- Matthew Fulmer -- http://mtfulmer.wordpress.com

Re: [Newbies] Is there a program to generate an all classes tree chart?

2008-11-04 Thread Matthew Fulmer
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] sending an email programmatically

2008-11-03 Thread Matthew Fulmer
thinking about maybe being production with it.. am i just missing some huge smalltalk cookbook somewhere? If you are using Seaside, SeasidePlatformSupport has something to do that. Otherwise, you need to specify an SMTP server, then you can use SMTPClient -- Matthew Fulmer -- http

Re: [Newbies] How to create new exception

2008-10-12 Thread Matthew Fulmer
instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'Heat'. Then use it: [SpontaneousCombustionException signal] on: SpontaneousCombustionException do: [:ex | Transcript show: 'Explosion detected'; cr] -- Matthew Fulmer -- http

Re: [Newbies] before methods

2008-10-12 Thread Matthew Fulmer
Transcript show: 'This is the before aspect'; cr. super overriddenMethod Transcript show: 'This is the after aspect'; cr. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org

Re: [Newbies] 'locking' an object

2008-10-02 Thread Matthew Fulmer
/Quansi-Core-mtf.10.mcz -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Removing 'dead' instances

2008-09-28 Thread Matthew Fulmer
___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners try closing your workspaces -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners

Re: [Newbies] exception handling

2008-09-25 Thread Matthew Fulmer
: 'haha'] on: Error do: [:ex | ex return: ex messageText]. ArithmeticError signal. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Re: What do the symbols, next to methods, in the OmniBrowser

2008-09-19 Thread Matthew Fulmer
: viewpoints -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] still don't understand how to get rid of obsolete classes and bad references

2008-09-09 Thread Matthew Fulmer
Also, what are you setting to nil? Is it actually getting set to nil? I don't know much about how automagic variable setting works in the inspector. Sending the proper message to the object is generally the recommended solution, not direct munging with someones ivars -- Matthew Fulmer -- http

Re: [Newbies] Smalltalk is a Mystery to Me

2008-08-22 Thread Matthew Fulmer
want that. See http://squeak.org/Documentation. I think the terse guide to squeak will be especially helpful to you: http://wiki.squeak.org/squeak/5699 -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners

Re: [Newbies] Monticello storage model

2008-08-21 Thread Matthew Fulmer
On Fri, Aug 22, 2008 at 06:26:12AM +0200, Anders Janmyr wrote: Hi, Is Monticello storing a complete snapshot everytime it is saved? If so is this not a potential performance problem? yes, and yes -- Matthew Fulmer -- http://mtfulmer.wordpress.com

Re: [Newbies] Re: Fighting again with MC

2008-08-11 Thread Matthew Fulmer
: http://www.squeaksource.com/mc.html There is a script to install this into any version of Squeak: http://installer.pbwiki.com/LevelPlayingField HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'. This script is the only supported way to upgrade Monticello, for now. -- Matthew Fulmer

Re: [Newbies] a simple Morph

2008-08-07 Thread Matthew Fulmer
and references to it -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Flushing Squeak Cache

2008-07-08 Thread Matthew Fulmer
no idea what you are talking about. I don't know of any VM caching scheme. Could you describe what problem you encountered, and what you were doing? -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners

Re: [Newbies] Level Playing Field image compression side effect

2008-07-07 Thread Matthew Fulmer
running that and see if it helps. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

[Newbies] Why do obsolete classes stick around?

2008-07-03 Thread Matthew Fulmer
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Can Method source with it be sped up?

2008-06-22 Thread Matthew Fulmer
, very useful. For finding a String within source (like, looking up a menu label), use Method Strings with it, Alt-Shift-E. I have never needed method source with it once I learned what that did. -- Matthew Fulmer -- http://mtfulmer.wordpress.com

Re: [Newbies] isKindOf considered questionable

2008-06-21 Thread Matthew Fulmer
class they may be. For unit tests, this is a good use for it, though. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Squeak Custom Menu Items

2008-06-09 Thread Matthew Fulmer
you browse to a method or add a chunk of code... World do edit this list -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Collapsed window alwas goes to upper left

2008-05-24 Thread Matthew Fulmer
/view.php?id=7064 -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Re: Easy way to override a method?

2008-05-17 Thread Matthew Fulmer
a class with some of it's inherited methods, use the protocol browser (select a class, and alt-P). When you save a method in the protocol browser, it asks you which class to save it under, if I remember correctly. -- Matthew Fulmer -- http://mtfulmer.wordpress.com

Re: [Newbies] How to put a block into an Array

2008-05-16 Thread Matthew Fulmer
:= Array with: [Transcript show: 'a message'] -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] How to put a block into an Array

2008-05-16 Thread Matthew Fulmer
to the language. There are three good syntax guides at http://squeak.org/Documentation -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo

Re: [Newbies] What do the (x) suffixes in menus mean?

2008-05-12 Thread Matthew Fulmer
on other machines -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] I am a total beginner with some questions

2008-04-08 Thread Matthew Fulmer
file, create the necessary form, and is then opened in your current world. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Design best practice : put state-independent methodsonclass side?

2008-03-25 Thread Matthew Fulmer
be great! Rob Rothwell No. Traits are units of behavior that can be shared among objects. ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners -- Matthew Fulmer -- http

Re: [Newbies] Project Ideas

2008-03-22 Thread Matthew Fulmer
to try it without knowing how at first. Hang out on the #squeak channel when you have a question; people are always willing to help. There is no quick way to learn how to program. You just have to do it and learn. Have fun. -- Matthew Fulmer -- http://mtfulmer.wordpress.com

Re: [Newbies] Code Packaging Questions

2008-03-18 Thread Matthew Fulmer
. ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Beginners mailing list Beginners@lists.squeakfoundation.org

Re: [Newbies] RectangleMorph vs. BlobMorph

2008-03-09 Thread Matthew Fulmer
in this circumstance whereas BlobMorph isn't. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

Re: [Newbies] RectangleMorph vs. BlobMorph

2008-03-09 Thread Matthew Fulmer
On Sun, Mar 09, 2008 at 11:49:59PM -0400, polishookm wrote: I'm running Squeak3.9-final-7067.image If you're planning on doing a lot of morphic work, use the etoys image, which has lots of morphic bugs fixed. Squeak.org images are the most broken with regard to morphic. -- Matthew Fulmer

Re: [Newbies] RectangleMorph vs. BlobMorph

2008-03-09 Thread Matthew Fulmer
On Mon, Mar 10, 2008 at 12:02:44AM -0400, polishookm wrote: Thanks. And just to be sure, where exactly should I get the etoys image? The web page is http://wiki.laptop.org/go/Etoys Direct link: http://etoys.laptop.org/src/etoys-image-and-pr.zip -- Matthew Fulmer -- http

Re: [Newbies] RectangleMorph vs. BlobMorph

2008-03-09 Thread Matthew Fulmer
that is unique to that other fork. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org

Re: [Newbies] Chess

2008-03-03 Thread Matthew Fulmer
it out to open it -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo

Re: [Newbies] Method category tags

2008-02-25 Thread Matthew Fulmer
On Mon, Feb 25, 2008 at 06:09:49PM +0100, cdrick wrote: Hi In a recent post, Matthew Fulmer explained how categories work... and I don't really see why they exist this way... Can someone explain me (historical reason, etc...)? In Squeak, Classes are objects, methods are objects

Re: [Newbies] Talk to me of Browsers

2008-02-22 Thread Matthew Fulmer
the refactoring stuff is for. I use normal browsers. They work great. But I also use old images that don't support OmniBrowser. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners

Re: [Newbies] Talk to me of Browsers

2008-02-22 Thread Matthew Fulmer
the refactoring stuff is for. I use normal browsers. They work great. But I also use old images that don't support OmniBrowser. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners

Re: [Newbies] [N00B] Image Resolution

2008-01-28 Thread Matthew Fulmer
resolution, they are gone. How do i get them back? World menu playfield options round up strays -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners

Re: [Newbies] Re: Switching between Browser views in the middle of(incomplete) edit - advice?

2007-12-09 Thread Matthew Fulmer
browser / system browser) will open your preferred browser. Unfortunately, dragging a browser out of the Tools flap will always be an OmniBrowser; this does not respect your preferred browser setting. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http

Re: [Newbies] Morph speeds up stepping when grabbed

2007-12-07 Thread Matthew Fulmer
On Fri, Dec 07, 2007 at 01:30:33PM -0700, Matthew Fulmer wrote: On Fri, Dec 07, 2007 at 04:22:17AM -0800, kropki wrote: Hi! I'm having some performance problems with morphs, I think. I have made two morphs: first is the owner of the second and the second one is doing stepping

Re: [Newbies] Morph speeds up stepping when grabbed

2007-12-07 Thread Matthew Fulmer
a redraw. You need to call self changed in order to initiate a redraw. also, what is stepTime set to? -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list

Re: [Newbies] Re: how to search for text?

2007-12-03 Thread Matthew Fulmer
a new squeak-dev image? If so, it probably has UIEnhancements. It works for me on vanilla 3.9, but not under squeak-dev -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] traits button in system browser

2007-11-30 Thread Matthew Fulmer
with the traits integration package loaded. To get it in a basic 3.10 image, open up the Package Universe browser and load Omnibrowser and Omnibrowser-TraitsIntegration from the Code Browsing category. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http

Re: [Newbies] Re: Re: monticello package - adding instance variablestoexisting classes

2007-11-16 Thread Matthew Fulmer
On Fri, Nov 16, 2007 at 08:36:22AM -0600, itsme213 wrote: Matthew Fulmer [EMAIL PROTECTED] wrote in message What are you trying to do, exactly? Currently just experimenting to decide some architectural choices, one of which would define some of my classes in an aspect-oriented style

Re: [Newbies] Re: Re: monticello package - adding instance variablestoexisting classes

2007-11-16 Thread Matthew Fulmer
On Fri, Nov 16, 2007 at 09:08:02AM -0700, Matthew Fulmer wrote: On Fri, Nov 16, 2007 at 08:36:22AM -0600, itsme213 wrote: Traits might solve some of this, but I don't think I want to be that much on the bleeding edge ... Traits don't seem to me to be related to the security example

Re: [Newbies] Re: monticello package - adding instance variables toexisting classes

2007-11-15 Thread Matthew Fulmer
On Thu, Nov 15, 2007 at 08:40:36PM -0600, itsme213 wrote: Matthew Fulmer [EMAIL PROTECTED] wrote in message On Thu, Nov 15, 2007 at 07:50:54PM -0600, itsme213 wrote: I understand how Monticello deals with me adding (in my package) some methods to an existing class like Object (from other

Re: [Newbies] can't install Squeak on Ubuntu 7.10 -- could not find display driver vm-display-X11

2007-11-12 Thread Matthew Fulmer
(Not to discourage you from building from source; others do it all the time, but I can never get it right, so I don't) -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing

Re: [Newbies] Help with simple customization of Inspector window

2007-11-03 Thread Matthew Fulmer
. defaultLabelForInspector doesn't have very many senders. printOn: is used more often, probably, but you would have to look at the tool -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] Semaphore problems

2007-09-29 Thread Matthew Fulmer
doesn't seem to show anything waiting. I'm on a amd64, in a 32bit chroot. I'm in Gentoo Linux, so the VM was built from source. What VM did you build from source? -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] TextAttributes in OBDefinitions

2007-09-26 Thread Matthew Fulmer
an instance of a window that makes the call 2. Minimize it 3. Place a self halt in the method you want to trace. 4. Unminimize the window If you put a halt in while the window is active, you are likely to get an endless stream of debuggers until you minimize the window again -- Matthew Fulmer

Re: [Newbies] Dictionary and order

2007-09-07 Thread Matthew Fulmer
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Traits

2007-09-03 Thread Matthew Fulmer
. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] Understanding TEasilyThemed

2007-09-02 Thread Matthew Fulmer
some traits into it's behavior definition. The only senders I know of in a stock image are ClassDescription and TraitDescription; traits are not used much yet -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] Mod operator?

2007-08-11 Thread Matthew Fulmer
menu - open - method finder) - enter a mod expression ( such as 7 . 3 . 1 ) and hit enter - method finder gives several answers. Two of them are what you are looking for -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] How to invoke the Flaps Window?

2007-07-09 Thread Matthew Fulmer
http://lists.squeakfoundation.org/mailman/listinfo/beginners -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http

[Newbies] Viewing differences between monticello snapshots

2007-07-07 Thread Matthew Fulmer
the change sorter? -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo

Re: [Newbies] Game Tut

2007-07-06 Thread Matthew Fulmer
, depending on platform) I am CC'ing this to Stephan; Stephan, could you add these instructions to page http://squeak.preeminent.org/tut2007/html/015.html -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] Code question.

2007-07-05 Thread Matthew Fulmer
| each = true] I assume you meant self activeSegments anySatisfy: [:each | each = true] and then just: self activeSegments includes: true I think this should be fine since Dictionary's do operates on values anyway, right? Or am I missing something? Sounds right to me -- Matthew

Re: [Newbies] Opening a file twice

2007-07-05 Thread Matthew Fulmer
the file if I've broken all the references, apart from forcing a garbage collect? FileStream allInstances do: [ :each | each close ] -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808

Re: [Newbies] Opening a file twice

2007-07-05 Thread Matthew Fulmer
On Thu, Jul 05, 2007 at 04:47:15PM -0700, Matthew Fulmer wrote: 2) When I had things really borked I did a 'Explore it' on 'FileStream allInstances' and saw a few entries that had all the fields set to nil except fileID, which was the same value as a valid stream on the file. In Windows

Re: [Newbies] How you could get your public IP from Squeak

2007-06-25 Thread Matthew Fulmer
| stream := HTTPSocket httpGet: 'http://checkip.dyndns.com'. stream upToAll: 'IP Address: '. ^ stream upTo: $ That page is tiny, and so is pretty quick to download and parse. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak

Re: [Newbies] Where is BytecodeGenerator?

2007-06-05 Thread Matthew Fulmer
should work with any VM between the latest VM, and the VM that was released with it. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners

Re: [Newbies] Where is BytecodeGenerator?

2007-06-05 Thread Matthew Fulmer
On Tue, Jun 05, 2007 at 08:55:20PM +0200, Damian Dobroczyn'ski wrote: Matthew Fulmer napisa?(a): On Tue, Jun 05, 2007 at 02:31:40PM +0200, Damian Dobroczy??ski wrote: Documentation says that it should be Squeak 3.7 which means VM v. 3.7 or image v. 3.7? That always means an image

Re: [Newbies] Squeak dies while debugging

2007-06-04 Thread Matthew Fulmer
continues the process. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808 ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo

Re: [Newbies] Callback design pattern

2007-06-02 Thread Matthew Fulmer
at? Thanks, Steve ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation: http

Re: [Newbies] Some sample code to help understand Morphic applications

2006-10-17 Thread Matthew Fulmer
: http://minnow.cc.gatech.edu/squeak/5873 -- Matthew Fulmer ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

Re: [Newbies] serial port access

2006-10-14 Thread Matthew Fulmer
that I have never used it. I just read the instance methods and their comments. -- Matthew Fulmer ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners