Re: User interface unresponsive in window
Re: User interface unresponsive in window
- Subject: Re: User interface unresponsive in window
- From: Jonathan Taylor <email@hidden>
- Date: Wed, 15 Apr 2015 22:54:49 +0100
Thanks for the suggestions. Am I right in thinking that when running under Xcode any drawing errors will be logged to the Xcode console? That's certainly what I've seen in the past (but not in relation to this problem - haven't seen anything in the Xcode console at all for this).
Any other ideas from anyone? Has anybody seen similar symptoms ever in the past (GUI not responding properly in one single window)?
On 15 Apr 2015, at 18:01, Quincey Morris <email@hidden> wrote:
> On Apr 15, 2015, at 07:04 , Jonathan Taylor <email@hidden> wrote:
>>
>> From dimly-remembered past experience I have a feeling it could be related to something somewhere resulting in GUI code being executed on a non-main thread.
>
> You can at least start by trying the simple things, if you haven’t tried them already:
>
> — Make sure you have an Objc-C exception breakpoint set in Xcode at all times.
>
> — Use the Console utility to look in the system log for errors about incorrect drawing calls in your app.
>
> There’s not much chance this will get you off easily, but it’s a quick start.
>
_______________________________________________
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