Re: NSPathControl w/ popups and icons

2010-08-09 Thread Kevin Perry
NSPathControl doesn't map submenus in its menu to the individual NSPathComponentCells, so that's not going to work. This will probably require some heavy subclassing of at least NSPathComponentCell, and perhaps NSPathCell (if the layout isn't quite how you need it). You'll need to provide some

Re: NSPathControl w/ popups and icons

2010-08-06 Thread Shane
On Sat, Jul 31, 2010 at 7:44 PM, Shane wrote: > I'm trying to create an NSPathControl where there are several items > (components) within the row and each item (component) is a popup menu. > And then I would populate each of those popups w/ items. But I'm > having a problem in understanding if tha

Re: NSPathControl w/ popups and icons

2010-07-31 Thread Shane
I'm trying to create an NSPathControl where there are several items (components) within the row and each item (component) is a popup menu. And then I would populate each of those popups w/ items. But I'm having a problem in understanding if that's how it really works. I'm playing around w/ the fol

Re: NSPathControl w/ popups and icons

2010-07-28 Thread Graham Cox
On 29/07/2010, at 12:54 PM, Shane wrote: > So my question is, is this control an NSPathControl? I like icons in > the beginning of it, then the path part. Though I'm not sure how this > is done yet, I hope I'm at the right starting place with this control. Dunno about Xcode, but you can use NSP

[Moderator] Re: NSPathControl w/ popups and icons

2010-07-28 Thread Scott Anguish
Moderator: Discussion of Xcode 4 (which is under NDA) is prohibited on this list. Or any public list. devforms.apple.com does have NDA forums if you qualify. Answerer: what you’re referring to is a ‘breadcrumb’ as we call it. i.e. a bits so you can find your way back. But, due to the NDA restr

NSPathControl w/ popups and icons

2010-07-28 Thread Shane
I would like to make sure I'm using the right control to do what I'm after. My path is not a file system or URL path, rather, it's more like, several objects that make up the branch of a hierarchy, very much like a search tree for my application. And I'd like for each of these "parts" of the path