• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
2 IKImageBrowserView behaving differently
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2 IKImageBrowserView behaving differently


  • Subject: 2 IKImageBrowserView behaving differently
  • From: Eric Boo <email@hidden>
  • Date: Wed, 15 Jul 2009 16:04:07 +0800

Hi all,

I have 2 tabs, with an IKImageBrowserView in each tab.

I have implemented imageBrowser:writeItemsAtIndexes:toPasteboard: so I
can drag images from one IKImageBrowserView to another, and have also
implemented imageBrowser:removeItemsAtIndexes: so images can be
removed.

However, reordering doesn't work:
- (BOOL) imageBrowser:(IKImageBrowserView *) view moveItemsAtIndexes:
(NSIndexSet *)indexes toIndex:(NSUInteger)destinationIndex
{
	NSLog(@"we are moving items");
	return YES;
}

This method isn't even called when I drag to reorder. There's also no
cursor that shows up when I move the images to a position.

Any idea what I can be doing wrong?
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Multiple cells selection in NSTableView
  • Next by Date: Cells selection in NSTableView
  • Previous by thread: Multiple cells selection in NSTableView
  • Next by thread: Cells selection in NSTableView
  • Index(es):
    • Date
    • Thread