gpt4 book ai didi

menuitem - 在 Spec 的 MultiColumnList 中打开菜单会给出 MNU

转载 作者:行者123 更新时间:2023-12-04 07:06:57 25 4
gpt4 key购买 nike

在 Pharo 3 中,右键单击使用 MultiColumnListModel 的菜单会出现 MessageNotUnderstood,如示例代码所示:

| specModel list itemMenu group1 item1 |

itemMenu := MenuModel new.
item1 := MenuItemModel new
name: 'Browse';
shortcut: $b command;
enabled: true;
action: [ self halt ];
yourself.
group1 := MenuGroupModel new
addMenuItem: item1;
autoRefresh: true;
yourself.
itemMenu addMenuGroup: group1.

specModel := DynamicComposableModel new
instantiateModels: #(list MultiColumnListModel);
yourself.
list := specModel list
items: {$a. $b. $c. $d. $f.};
displayBlock: [:e | {e asString. e isVowel asString} ];
menu: itemMenu;
yourself.
specModel
openWithSpecLayout: (SpecLayout composed
newRow: [: r | r add: #list ];
yourself).

这是规范中的错误还是我遗漏了什么?

最佳答案

这是 Spec 中一个众所周知的当前错误。有几个地方右键MNU

关于menuitem - 在 Spec 的 MultiColumnList 中打开菜单会给出 MNU,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24624244/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com