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 n
> On 26 Sep 2014, at 23:08, Herman Chan 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. set up th
Am 24.09.2014 um 18:57 schrieb Alex Zavatone :
> 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 suggestion
On 25 Sep 2014, at 2:44 am, Andreas Mayer 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 ending
up in the tran
Am 29.09.2014 um 02:22 schrieb Graham Cox :
> 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 that's changing while rot
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
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 an
On Sep 28, 2014, at 9:48 PM, Jerry Krinock wrote:
>
> …
> #1309580x7fff96f9ad70 in forwardMethod ()
> #1309590x7fff96f9ad70 in forwardMethod ()
> #1309600x7fff974074ea in -[NSTabView mouseDown:] ()
Do you have a cycle in your nextResponder chain? Remember than NSViewCont
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 m
> On 2014 Sep 28, at 22:21, Rick Mann wrote:
>
> Does the migration proceed in stages? That is, does it migrate version 5 -> 7
> by first migrating 5 -> 6 and then 6 -> 7?
No.
> Or do I have to add yet another mapping model and classes to go from 5->7?
Yes, or add your own code to do what y
10 matches
Mail list logo