gpt4 book ai didi

user-interface - 使用Xcode 4添加 Cappuccino CPProgressIndicator

转载 作者:行者123 更新时间:2023-12-03 13:38:14 24 4
gpt4 key购买 nike

从XCodeCapp-cocoa进行编译时,构建我的 Cappuccino 项目的GUI,将NSProgressIndicator添加到GUI中会导致错误“无法解码类的对象(NSProgressIndicator)”。我试图为CPProgressIndicator手动指定“自定义类”,但是它仍然无法正常工作。因此,我猜nib2cib仍然不支持progressIndicators,但对我来说听起来很奇怪,然后:

  • 我的版本有问题吗?
  • 是否有可能以图形方式设置标尺(即从界面生成器生成)并编译此CPProgressIndicator? (有任何解决方法吗?)还是我必须自己通过代码进行设置?
  • 最佳答案

    今天NSProgressIndicator不支持nib2cib。如果您创建了一个自定义的NSView并将其自定义类设置为CPProgressIndicator,那么您应该获得正确的类,但它可能仍无法正确初始化。您可以在加载cib后尝试手动配置它。例如。通过将其连接到 socket 并以awakeFromCib发送,

    [indicator setStyle:CPProgressIndicatorBarStyle];
    [indicator updateBackgroundColor];

    另外,如果您还没有的话,请继续通过 the Cappuccino project提交功能请求以支持NSProgressIndicator。

    关于user-interface - 使用Xcode 4添加 Cappuccino CPProgressIndicator,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7821597/

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