IKImageBrowserView and reordering

2009-11-05 Thread Harry Vangberg
Hello I am (with much success) using IKImageBrowserView. I have enabled reordering and implemented -imageBrowser:moveItemsAtIndexes:toIndex: in the image browsers delegate, which works very, very fine, until I put the contentView of the window in fullscreen. Everything else works fine, but I cant

NSCollectionView and drag tolerance

2009-11-02 Thread Harry Vangberg
Hello I have a NSCollectionView with setAllowsMultipleSelection:NO, which is a drag source via NSCollectionViewDelegate. That works great, except for one thing: to start a drag you must hold the mouse down in the same spot for roughly 1 second, which makes it almost impossible to use on a

Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-02 Thread Harry Vangberg
Hello I am trying to use the Apple Remote Control Wrapper by Martin Kahr. I made a simple implementation per the website, which just logs mouse events: - (void) sendRemoteButtonEvent:(RemoteControlEventIdentifier)event pressedDown:(BOOL)pressedDown