• 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
Re: Annoying dialog
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Annoying dialog


  • Subject: Re: Annoying dialog
  • From: Graham Cox <email@hidden>
  • Date: Sun, 03 Feb 2013 10:57:31 +1100

On 03/02/2013, at 7:03 AM, Jan E. Schotsman <email@hidden> wrote:

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


Dare I suggest a second monitor? Most developer machines should have at least two, if only to verify that your app is multi-monitor savvy. You can then run Xcode on one and the app to be debugged on the other. These days a second 21" monitor doesn't run to a huge expense. I know that's not the answer you want, but you should seriously consider it.

--Graham
_______________________________________________

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

References: 
 >Annoying dialog (From: "Jan E. Schotsman" <email@hidden>)

  • Prev by Date: Re: Localization not working based on region with en-US, en-UK and en lproj
  • Next by Date: Re: Core Data & NSPersistentDocument & Concurrency
  • Previous by thread: Annoying dialog
  • Next by thread: Re: Binding problem with core data
  • Index(es):
    • Date
    • Thread