Listening for token deletion in NSTokenField

2010-05-20 Thread Duncan Oliver
ullify the relationship when the token is deleted. Thanks in advance. --- Duncan Oliver duncan.oli...@gmail.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mod

Re: Image from WebView is sometimes blank

2010-05-20 Thread Duncan Oliver
Thanks. I added the layout line, and that seems to have fixed it. I'll have to do some more testing, but so far, I haven't had the problem anymore. --- Duncan Oliver duncan.oli...@gmail.com On Fri, May 14, 2010 at 1:27 PM, Adam R. Maxwell wrote: > > On May 11, 2010, at 2:33 P

Image from WebView is sometimes blank

2010-05-11 Thread Duncan Oliver
e:NSPNGFileType properties:nil]; [[sender point] setValue:thumbnailPNGData forKey:@"thumbnail"]; … }