Hello,

I start an NSOpenPanel with beginWithCompletionHandler, then I try to debug the handler. Unfortunately the dialog stays on top of the XCode project window. It isn't a big problem, but would like to get rid of it.
I've tried to make the dialog invisible starting the handler with

                        NSPoint point = {10000, 10000};
                        [openPanel setFrameOrigin:point];

but no dice.
Does anyone know how I can get the dialog out of my way?

Jan E.

_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to