On Nov 5, 2017, at 11:53:07, Jim Crate wrote:
>
> If you really wanted it, it seems like it would be relatively simple to track
> the last item selected, and if shift is down in
>
> collectionView:didSelectItemsAtIndexPaths:
>
> then add all items between to the selection. Is there something
> On Nov 5, 2017, at 10:53 AM, Jim Crate wrote:
>
> On Nov 5, 2017, at 11:56 AM, Steve Mills wrote:
>>
>> On Nov 5, 2017, at 10:23:09, Jim Crate wrote:
>>>
>>> The Finder icon view works the same way, and has since at least 10.10 or
>>> so. When I initially replaced the IKImageBrowserView in
On Nov 5, 2017, at 11:56 AM, Steve Mills wrote:
>
> On Nov 5, 2017, at 10:23:09, Jim Crate wrote:
>>
>> The Finder icon view works the same way, and has since at least 10.10 or so.
>> When I initially replaced the IKImageBrowserView in a client’s app with
>> NSCollectionView, I was unhappy th
On Nov 5, 2017, at 10:23:09, Jim Crate wrote:
>
> The Finder icon view works the same way, and has since at least 10.10 or so.
> When I initially replaced the IKImageBrowserView in a client’s app with
> NSCollectionView, I was unhappy that shift-clicking didn’t extend the
> selection like it d
On Nov 5, 2017, at 10:28 AM, Steve Mills wrote:
>
>> On Nov 4, 2017, at 22:55, Rob Petrovec wrote:
>>
>> NSCollectionView -selectionIndexPaths works pretty well for me and is super
>> simple to use, IMO.
>
> That’s not what I’m talking about. I’m talking about user actions. Like how
> shift-
> On Nov 4, 2017, at 22:55, Rob Petrovec wrote:
>
> NSCollectionView -selectionIndexPaths works pretty well for me and is super
> simple to use, IMO.
That’s not what I’m talking about. I’m talking about user actions. Like how
shift-clicking doesn’t extend the selection, it just adds the clicke
NSCollectionView -selectionIndexPaths works pretty well for me and is super
simple to use, IMO.
—Rob
> On Oct 18, 2017, at 3:12 PM, Steve Mills wrote:
>
> On Oct 18, 2017, at 15:38:47, Rob Petrovec wrote:
>>
>> re-NSCollectionView: Yes it had its problems when it first came out. It did
>>
On Oct 18, 2017, at 15:38:47, Rob Petrovec wrote:
>
> re-NSCollectionView: Yes it had its problems when it first came out. It did
> seem like it was a little rushed and lacked some polish but is leaps and
> bounds better in 10.12 & newer. It is what Finder uses for it’s Icon View
> style and
IKImageBrowserView was soft deprecated in 10.12 actually. ‘soft’ deprecation
means that it is in maintenance mode and will be removed completely in a future
release. When that will be is TBD, but typically it’s at least 3 to 4 releases
before it is pulled to give developers time to transition to
On Sep 20, 2017, at 09:01 AM, Dragan Milić wrote:
On sre 20.09.2017., at 15.26, Steve Mills wrote:
It is, sadly, deprecated, you know. NSCollectionView is a laughable replacement. My apps
using IKImageBrowserView started autoscrolling to the bottom starting in 10.12, IIRC.
Trying to replace t
On sre 20.09.2017., at 15.26, Steve Mills wrote:
> It is, sadly, deprecated, you know. NSCollectionView is a laughable
> replacement. My apps using IKImageBrowserView started autoscrolling to the
> bottom starting in 10.12, IIRC. Trying to replace them with NSCollectionView
> was so maddening a
On Sep 20, 2017, at 05:29:43, Dragan Milić wrote:
>
> I've got a fairly simply application, with IKImageBrowserView embedded in
> NSScrollView, as is the most common case. When running on macOS 10.13 High
> Sierra GM and whenever the IKImageBrowserView is presented and there are
> enough items
I've got a fairly simply application, with IKImageBrowserView embedded in
NSScrollView, as is the most common case. When running on macOS 10.13 High
Sierra GM and whenever the IKImageBrowserView is presented and there are enough
items in it to make it scrollable, it throws and exception with the
13 matches
Mail list logo