Jean-Denis Muys
Jean-Denis Muys
the `AQGridViewCell` `contentView` is not labeled as IBOutlet. This makes it very difficult to have a custom cell defined in a nib file without juggling views in `awakeFromNib`. It seems...
`AQGridViewCell` initialization routines `initWithFrame` and `awakeFromNib` essentially do the same thing, except that `initWithFrame` also does: ``` _cellFlags.setShadowPath = 0; _selectionGlowShadowRadius = 12.0f; ``` Are these two lines missing in...
I finally built Collada-DOM successfully on Windows (Windows XP using Visual Studio 2008). The only caveat was that there is no "make" under Windows. I had to open the Visual...
I am receiving empty data from well formed YAML (at least according to http://yaml-online-parser.appspot.com/). I traced through the code and I believe there is a bug in the code when...
If you want to persist a signature across application launches, you need to save it first, using `signatureImage`. But you also need to restore a previously saved image back to...