Search results

  1. W

    Sorting an NSOutlineView?

    That's what I thought, but it doesn't work for me. Maybe I'm missing something. For NSTableView the declaration is: <code>- (void) tableView: (NSTableView *) tableView didClickTableColumn: (NSTableColumn *) tableColumn</code> Would it be the same or would it be: <code>- (void)...
  2. W

    Sorting an NSOutlineView?

    Does anyone know how I capture a didClickTableColumn message from an NSOutlineView. I want to sort the NSOutlineView based on the column clicked just like in the Finder listview. I read the post at cocoadev: http://www.cocoadev.com/index.pl?SortingTableViewByColumn but it seems as if this...
  3. W

    CD Info.cidb

    Hello, I am trying to find the specifications for the CD Info.cidb file, the new "CD Remote Programs" file. Does anybody know anything about it? I can read most of the, but I have no idea of what's in the "prog " strings so I cannot add new CD's to it. Thanks for your help!
  4. W

    How do I turn off iTunes autolaunch?

    Every time I insert an audio cd, iTunes automatically launches. Is it possible to turn off this feature somehow (apart from uninstalling iTunes...). thanx.
Back
Top