NSCollectionView transparent background

2014-09-28 Thread dangerwillrobinsondanger
Is it possible to get NSCollectionView to render with a transparent background ? I've tried setting the backgroundColors array to clearColor, subclassing and filling in drawRect with clearColor, making sure the enclosing scroll view is not drawing its background and combinations of these all to

Re: dismissViewControllerAnimated bug in ios 8

2014-09-28 Thread Mike Abdullah
On 26 Sep 2014, at 23:08, Herman Chan herman...@gmail.com wrote: Hi all, My set up is this. 1. present a view controller by calling presentViewController 2. in the presented view controller (modal), I create a UITextView and set it to be first responder when view has appeared. 3.

Re: Crash while resizing window

2014-09-28 Thread Andreas Mayer
Am 24.09.2014 um 18:57 schrieb Alex Zavatone z...@mac.com: Stupid question, but is r ins or your variables? When the assertion is thrown, what is r? The debugger doesn't know anything about 'r'. There is a report on this on forums.codeblocks.org. Google for cgregion.c. There is a

Re: Crash while resizing window

2014-09-28 Thread Graham Cox
On 25 Sep 2014, at 2:44 am, Andreas Mayer andr...@harmless.de wrote: So ... something to do with some affine transform? Yes, I'm using affine transforms to rotate the window contents, which is located in a CALayer. A common cause of CG assertions on transforms is a 'Nan' or 'inf' value

Re: Crash while resizing window

2014-09-28 Thread Andreas Mayer
Am 29.09.2014 um 02:22 schrieb Graham Cox graham@bigpond.com: A common cause of CG assertions on transforms is a 'Nan' or 'inf' value ending up in the transform (these may not be discovered until some funciton is called that uses the transform). I just checked. The only parameter

Showing keyboard on SKScene - Swift

2014-09-28 Thread Devarshi Kulshreshtha
I am trying to show keyboard over an SKScene, I followed below steps: 1. Created a subclass of UIView - KeyboardDummyView 2. Implemented protocol UIKeyInput in it 3. Added a subview to GameViewController 4. Changed class of subview added to KeyboardDummyView For some reasons it is not working as

-[NSTabView mouseDown:] blows stack in Yosemite SDK

2014-09-28 Thread Jerry Krinock
I’m probably going to be on my own with this, but just in case anyone else has seen anything like it or has any ideas… OS X app, builds and runs fine in 10.9 or 10.10, when built with the 10.9 SDK. But when I set the project’s SDK build setting to “Latest OS X (10.10)”, build, run, and click

Re: -[NSTabView mouseDown:] blows stack in Yosemite SDK

2014-09-28 Thread Kyle Sluder
On Sep 28, 2014, at 9:48 PM, Jerry Krinock je...@ieee.org wrote: … #1309580x7fff96f9ad70 in forwardMethod () #1309590x7fff96f9ad70 in forwardMethod () #1309600x7fff974074ea in -[NSTabView mouseDown:] () Do you have a cycle in your nextResponder chain? Remember than

Automatic data migration across two revisions

2014-09-28 Thread Rick Mann
The last time I change my Core Data schema, I had to write a custom mapping model and classes. The automatic migration was able to find this class and use it to migrate the data. Now I've made a new change, and it's unable to migrate data from the old version to this latest version. Does the