Re: NSImage initWithPasteboard

2011-09-16 Thread Jens Alfke
On Sep 15, 2011, at 2:57 AM, Eugene Rudenko wrote: > I have a JNI method to get image from clipboard. After 5-6 calls a method, I > have a hanging method. It hanging at call initWithPasteboard. > Although the method canInitWithPasteboard returns true. The code you posted looks fine, so the probl

NSImage initWithPasteboard

2011-09-15 Thread Eugene Rudenko
Hello! I have a JNI method to get image from clipboard. After 5-6 calls a method, I have a hanging method. It hanging at call initWithPasteboard. Although the method canInitWithPasteboard returns true. Objective C method: - NSPasteboard *myPasteboard = [NSPasteboard generalPasteboard]; NSImage *i