> I obtained the error by taking a fresh a 10231, did a system update  
> and doit "ScriptLoader loadOBAlpha"
> Does it really work with you? There is no implementor of topPanel.

Which version of OB-Standard do you have loaded in your image after the doit?
dr.395 brings OBCodeBrowser class >> topPanel.

David

> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> loadOBAlpha
>       "self loadOBAlpha"
>       
>       | instClass |
>       instClass := self environment at: #Installer ifAbsent: [self new  
> installingInstaller].
>       
>       self new universalInstaller universe    
>               update;
>               addPackage: 'Shout';
>               addPackage: 'AST';
>               addPackage: 'Refactoring Core';
>               install.
>               
>       "load latest alpha version of OB directly from its Monticello repo"
>       instClass wiresong
>               project: 'ob';
>               install: 'OmniBrowser';
>               install: 'OB-Standard';
>               install: 'OB-Morphic';
>               install: 'OB-Enhancements';
>               install: 'OB-Refactory'.
>       
>       self new universalInstaller universe    
>               addPackage: 'ShoutOmniBrowser';
>               addPackage: 'eCompletion';
>               addPackage: 'eCompletionOmniBrowser';
>               addPackage: 'eCompletion-Traits';
>               install.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> Alexandre
> 
> 
> On 18 Feb 2009, at 11:17, David Röthlisberger wrote:
> 
>> Hi Alex,
>>
>>> Apparently, what is loaded by ScriptLoader>>loadOBAlpha cannot be
>>> opened. OBPackageBrowser>>topPanel DNU
>>> It would be great to fix this...
>> I don't get this error.
>> The method you mention is in OBCodeBrowser in pkg OB-Standard, maybe  
>> this package
>> didn't get updated when you loaded OBAlpha.
>>
>> David
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
> 


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to