【发布时间】:2018-01-06 12:32:15
【问题描述】:
单击 Seaside 控制面板上的“浏览”按钮时出现 DNU 错误。
重现: 顶部菜单->应用程序->海边控制面板->浏览->抛出字典 DNU #collectWithIndex:
调试器显示它在 PluggableTreeMorph 中发生,因此这是一个 GUI 问题。
我正在运行 Squeak5.1-16548-64bit.image
包安装如下:
Installer gemsource
project: 'metacello';
addPackage: 'ConfigurationOfMetacello';
install.
"Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic version"
((Smalltalk at: #ConfigurationOfMetacello) project
version: #'previewBootstrap') load.
"Load the Preview version of Metacello from GitHub"
(Smalltalk at: #Metacello) new
configuration: 'MetacelloPreview';
version: #stable;
repository: 'github://Metacello/metacello:configuration';
load.
"Now load latest version of Metacello"
(Smalltalk at: #Metacello) new
baseline: 'Metacello';
repository: 'github://Metacello/metacello:master/repository';
get.
(Smalltalk at: #Metacello) new
baseline: 'Metacello';
repository: 'github://Metacello/metacello:master/repository';
load.
Metacello new
configuration: 'Seaside3';
repository:
'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
version: #stable;
load: 'OneClick'.
(ConfigurationOfGrease project version: #stable) load
非常感谢您的建议。
谢谢
【问题讨论】:
-
如果您不想等待修复,您必须自己更改代码才能使其立即工作。