Re: setWidth pop-up list of NSComboBox

2010-02-13 Thread Steven Degutis
NSComboBox is an ordinary control just like any other. Thus, you can set it's frame with the -setFrame: method of NSView, from which it inherits. However, changing the width of this kind of control to accommodate its contents is pretty uncommon in standard Cocoa apps. -Steven On Thu, Feb 11, 201

setWidth pop-up list of NSComboBox

2010-02-11 Thread John Yeh
How to change the width of the pop-up list in NSComboBox? When a long string is added to the NSComboBox, it can't displayed completely. how to extend the width of the pop-up list? -John___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do n