ImageAndTextCell编辑问题

发布于 2024-10-08 01:36:25 字数 205 浏览 7 评论 0原文

我得到了 ImageAndTextCell 并且在 NSOutlineView 上使用它。当我双击一个单元格以编辑它时,出现以下错误:

2010-12-16 05:31:54.399 MyApp[26823:a0f] -[NSCFString returnedObject]: unrecognized 选择器发送到实例 0xa0aff968

有谁知道解决方案?

I got ImageAndTextCell and I'm using it on a NSOutlineView. When I double click a cell in order to edit it, I get the following error:

2010-12-16 05:31:54.399 MyApp[26823:a0f] -[NSCFString representedObject]: unrecognized selector sent to instance 0xa0aff968

Does anyone know a solution for that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月如刀 2024-10-15 01:36:25

找到解决方案了!只需删除该方法即可

- (NSUInteger)hitTestForEvent:(NSEvent *)event inRect:(NSRect)cellFrame ofView:(NSView *)controlView

Found the solution! Just remove the method

- (NSUInteger)hitTestForEvent:(NSEvent *)event inRect:(NSRect)cellFrame ofView:(NSView *)controlView
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文