[MOD][Modules] How to create a new module

Bergel Alexandre bergel at iam.unibe.ch
Wed Feb 6 13:22:42 UTC 2002


Click on the 'People' on the leftmost panel. You should have :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Object subclass: #NameOfSubclass
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'People'
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Change your className, and category, in you case I think 'People-HannesHirzel'
And accept...

Alexandre

On Wed, Feb 06, 2002 at 01:12:08PM +0100, Hannes Hirzel wrote:
> 
> 
> On Wed, 6 Feb 2002, Bergel Alexandre wrote:
> 
> > > What do I have to do to create a new module?
> > 
> > You can simply specify a new category for that..
> 
> Yes, but how do I do that?
> 
> I do the following
> 
> - Open a SystemBrowser
> - Click on the category 'People'
> - Bring up the menu 
> - Choose 'add item..'; the system pops up a dialog 'add category name'
> - Type in the 'People HannesHirzel'
> 
> -> The system answers with an error: 
>    'You cant do it this way with modules. 
>     Categories are computed from module paths.'
> 
> 
> What am I missing? What do you do? Where can I download the GUI you are
> working on?
> 
> 
> Regards
> Hannes Hirzel 
> 



More information about the Squeak-dev mailing list