|
Re: Omnibrowser help: msg#00125lang.smalltalk.squeak.beginners
> 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: > !OBCmdNewWebAppTemplate methodsFor: 'as yet unclassified' stamp: 'rjriv > 3/18/2008 15:43'! > isActive > ^true.! ! Change this to read: isActive ^(target isKindOf: OBClassNode) and: [requestor isSelected: target] David
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Omnibrowser help, Rob Rothwell |
|---|---|
| Next by Date: | Re: Code Packaging Questions, Matthew Fulmer |
| Previous by Thread: | Re: Omnibrowser help, Rob Rothwell |
| Next by Thread: | Re: Omnibrowser help, Rob Rothwell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |