|
Re: Omnibrowser help: msg#00124lang.smalltalk.squeak.beginners
On Tue, Mar 18, 2008 at 10:59 AM, David Röthlisberger <squeak@xxxxxxxx> wrote:
_______________________________________________
When I do this, I get TWO menu items, and if no class is selected in the class pane, I get one all by itself. I just copied the normal new class template code to execute as follows:
'From Squeak3.9.1 of 2 March 2008 [latest update: #7075] on 18 March 2008 at 3:58:54 pm'! OBCommand subclass: #OBCmdNewWebAppTemplate instanceVariableNames: ''
classVariableNames: '' poolDictionaries: '' category: 'WebAppBuilder'!
!OBCmdNewWebAppTemplate methodsFor: 'as yet unclassified' stamp: 'rjriv 3/18/2008 15:58'! execute | class definition |
class := target theNonMetaClass. definition := (OBClassDefinition environment: class environment
template: (Class template: class category)). requestor announce: (OBDefinitionChanged definition: definition)! !
!OBCmdNewWebAppTemplate methodsFor: 'as yet unclassified' stamp: 'rjriv 3/18/2008 15:43'! isActive ^true.! !
!OBCmdNewWebAppTemplate methodsFor: 'as yet unclassified' stamp: 'rjriv 3/18/2008 15:36'! label ^ 'new web app template'! !
Rob Beginners mailing list Beginners@xxxxxxxxxxxxxxxxxxxxxxxxxx http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Omnibrowser help, Rob Rothwell |
|---|---|
| Next by Date: | Re: Omnibrowser help, David Röthlisberger |
| Previous by Thread: | Re: Omnibrowser help, Rob Rothwell |
| Next by Thread: | Re: Omnibrowser help, David Röthlisberger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |