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 *image = [[[NSImage alloc] initWithPasteboard:myPasteboard ] autorelease]; - Who can say why this might happen? Eugene. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com