• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Annoying dialog
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Annoying dialog


  • Subject: Annoying dialog
  • From: "Jan E. Schotsman" <email@hidden>
  • Date: Sat, 02 Feb 2013 21:03:44 +0100

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 (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Annoying dialog
      • From: Graham Cox <email@hidden>
  • Prev by Date: goto and ARC
  • Next by Date: Re: goto and ARC
  • Previous by thread: Re: goto and ARC
  • Next by thread: Re: Annoying dialog
  • Index(es):
    • Date
    • Thread