Re: Spotlight view
Re: Spotlight view
- Subject: Re: Spotlight view
- From: Corbin Dunn <email@hidden>
- Date: Wed, 12 Oct 2005 08:45:01 -0700
Are there any plans to make the "Spotlight View" part of the
Cocoa framework? Not just HISearchWindowShow(), but an embeddable
NSView subclass suitable for bindings?
Isn't it already? I have one in an app of mine and it's created
via IB.
By "Spotlight View" I mean the one which comes up in the
SystemUIServer window, with groupings, thumbnails, etc... shown here:
It really depends on what you mean by this. Are you wanting a way of
embedding the whole search window in your application? If so, the
question of "why" comes up.
Or, do you simply want an NSOutlineView that looks and behaves like
the spotlight one? You would, of course, have to fill in the data.
Conceptually the spotlight outlineview is a normal outlineview, with
certain cells that appear to take up the entire row (IE: a group-able
outlineview).
-corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden