[Newbies] Basic morphic Question

2010-12-17 Thread flebber
I have installed and running Morphic UI designer. I am following the directions on https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer [IMG] http://forum.world.st/file/n309345

Re: [Newbies] Anonymous subclasses?

2010-12-17 Thread Casey Ransberger
Ooh, so *that's* what a uniclass is. I'd seen references to them before and wondered what they were about. I will be searching my image for that in a moment:) I actually wanted to do two things. The anon subclass was about a test I was writing. And I was also fishing around looking for prototypes:)

Re: [Newbies] Anonymous subclasses?

2010-12-17 Thread Bert Freudenberg
The usual reason for wanting that is to give a single object some special behavior. You end up with one class per object. That's why in Squeak we call them "uniclasses" and searching for selectors with "uniclass" should get you started. - Bert - Am 18.12.2010 um 04:48 schrieb Casey Ransberge

[Newbies] Anonymous subclasses?

2010-12-17 Thread Casey Ransberger
Hello all, I want to make an anonymous subclass, or a copy of (either way) a subclass of Object. I've been googling around looking for an example of an anonymous subclass. I haven't had luck with anything I've found. It's possible that there's something I'm missing conceptually, because I've read