gpt4 book ai didi

objective-c - NSComboBoxDelegate 被调用,但旧的 'stringValue' 仍然存在

转载 作者:行者123 更新时间:2023-12-03 16:26:13 25 4
gpt4 key购买 nike

我从组合框的下拉列表中选择一个值。 NSComboBox 委托(delegate)会触发comboBoxSelectionDidChange: 通知,但是当我检索组合框的 stringValue 时,它​​是旧的选定值。如何获取更新后的值?

我指定了数据源,因此 itemObjectValueAtIndex:objectValueOfSelectedItem 不起作用。

最佳答案

如果您使用数据源,则:

NSString *s = [yourDataSource comboBox:comboBox
objectValueForItemAtIndex:[comboBox indexOfSelectedItem]];
如果您的数据源提供字符串,

应该可以工作。否则,将此方法返回的对象转换为字符串。

关于objective-c - NSComboBoxDelegate 被调用,但旧的 'stringValue' 仍然存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6632031/

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