> On 2016 Apr 07, at 08:14, Jens Alfke wrote:
>
> If you send an AppleEvent directly to Safari, there might be a param to
> control tab behavior.
Oh, you could probably do that with AppleScript. Something like
set myTab to make new tab
set URL of myTab to http://whatever
—- la
> On 21 Mar 2016, at 20:19, Steve Mills wrote:
>
> On Mar 21, 2016, at 14:09:48, Ken Thomases wrote:
>>
>> Thread 9 is apparently what's blocking your main thread. It is animating a
>> progress indicator. I have encountered my own problems with this heartbeat
>> thread deadlocking Cocoa.
> On Apr 8, 2016, at 10:48 AM, Quincey Morris
> wrote:
>
> You could verify this by simply removing the target connection that’s causing
> the warning, and see if the action method still ends up in the right place.
As has been pointed out, removing the target connection in the nib also remove