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
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