gpt4 book ai didi

cocoa - 具有 InlineButton 样式日志的 NSPopUpButton "Unknown bezel style 15 and/or control size 1"

转载 作者:行者123 更新时间:2023-12-03 16:21:23 36 4
gpt4 key购买 nike

我有一个具有内联按钮样式的 NSPopUpButton。当鼠标进入、退出或鼠标向下或向上时,它会记录“未知边框样式 15 和/或控件大小 1”

15 是 NSButtonCell.h 中的 NSInlineButtonStyle

typedef NS_ENUM(NSUInteger, NSBezelStyle) {
NSRoundedBezelStyle = 1,
NSRegularSquareBezelStyle = 2,
NSThickSquareBezelStyle = 3,
NSThickerSquareBezelStyle = 4,
NSDisclosureBezelStyle = 5,
NSShadowlessSquareBezelStyle = 6,
NSCircularBezelStyle = 7,
NSTexturedSquareBezelStyle = 8,
NSHelpButtonBezelStyle = 9,
NSSmallSquareBezelStyle = 10,
NSTexturedRoundedBezelStyle = 11,
NSRoundRectBezelStyle = 12,
NSRecessedBezelStyle = 13,
NSRoundedDisclosureBezelStyle = 14,
// The inline bezel style contains a solid round-rect border background. It can be used to create an "unread" indicator in an outline view, or another inline button in a tableview, such as a stop progress button in a download panel. Use text for an unread indicator, and a template image for other buttons.
NSInlineBezelStyle NS_ENUM_AVAILABLE_MAC(10_7) = 15,

NSSmallIconButtonBezelStyle NS_ENUM_DEPRECATED_MAC(10_0, 10_0) = 2 // This bezel style is obsolete and should not be used.
};

奇怪的是,一切都编译得很好,而且我在 Interface Builder 中设置了样式。除了这个控制台喷涌之外,一切都工作正常。

我无法在 NSButton、NSPopUpButton、NSButtonCell、NSPopUpButtonCell、NSMenuItemCell 的文档或标题中找到任何警告或禁止这种样式的内容。大小由约束设置,没有记录自动布局问题。

控制台的输出不包含任何指示该消息来自何处的指示。我只能通过观察到的行为来判断。

Unknown bezel style 15 and/or control size 1

有办法让它安静下来吗?

最佳答案

目前看来是一个错误。

关于cocoa - 具有 InlineButton 样式日志的 NSPopUpButton "Unknown bezel style 15 and/or control size 1",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20985156/

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