RE: NSComboxBox alternative

2011-02-20 Thread FirstName LastName
> Date: Sat, 19 Feb 2011 12:19:50 -0800 > Subject: Re: NSComboxBox alternative > From: kyle.slu...@gmail.com > To: c0ldp...@hotmail.com > CC: cocoa-dev@lists.apple.com > > On Sat, Feb 19, 2011 at 12:15 PM, FirstName LastName > wrote: > > I think the NSTableView

RE: NSComboxBox alternative

2011-02-19 Thread FirstName LastName
:05 PM, Peter Lübke wrote: > > > What about NSTableView? Just one column with a pretty large width... > > > > - Peter > > > > > > Am 17.02.2011 um 20:41 schrieb FirstName LastName: > > > >> > >> > >> > >> >

RE: NSComboxBox alternative

2011-02-19 Thread FirstName LastName
name. The full path is shown when the user clicks on the cell. If the cell is editable, a Choose item is included to enable selecting a different path. Available in Mac OS X v10.5 and later. On Feb 17, 2011, at 1:22 PM, FirstName LastName wrote: I have a selectable non-editable

NSComboxBox alternative

2011-02-17 Thread FirstName LastName
I have a selectable non-editable NSComboBox for choosing paths. However some of these paths are larger than the NSComboBox's width causing the following problems: 1. The list does not show the path's file names and extensions and there's no way to add a horizontal scroller. 2. The textfie

NSComboxBox does not keep scrolled‏

2011-02-08 Thread FirstName LastName
Hello, I have a selectable non-editable NSComboBox that displays a path chosen via a NSOpenPanel. Its list is used as a history of the most recently selected paths. I use its field editor's scrollRangeToVisible method to scroll the path so that the file name and extension are visible. Howe