Drop image on NSImageView in panel
Drop image on NSImageView in panel
- Subject: Drop image on NSImageView in panel
- From: Emer <email@hidden>
- Date: Tue, 8 May 2007 14:44:09 +0300
Hello there,
I have found couple similar questions here, but without answers.
The problem is:
I have a panel, started with [NSApp runModalForWindow:myPanel];
There is an NSImageView on myPanel.
When program runs, and panel is shown, the imageview does not accepts
image drag`n`dropping from finder.
I have tried to call [myPannel makeFirstResponder:myImageView] before
runModalForWindow, but this not helps.
If panel is shown by calling makeKeyAndOrderFront, then imageView
works fine. But I need to use it as modal.
Any suggestions are very welcome.
Thank you.
Emer.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden