On 12 Feb 2015, at 06:36, N!K wrote:
> Control-clicking the button in .xib does show the outlet panel but it does
> not list an IBAction, so it cannot connect to the IBAction entered into the
> MyView.h and .m files. Also, control-dragging from the button to MyView (in
> .xib, not in editor) se
>>
>> Release the Control-drag. The assistant editor displays a Connection menu.
>> In this menu, type the name of the action method (chooseWarrior in the
>> screenshot below), and click Connect.
>>
>> [picture shows a menu with space to enter name of action]
>
> This is for adding a new out
Since you elided your header file, this begs a question – is this iOS or OS X?
If I’m not mistaken, subclasses of NSView do not get -initWithCoder:, but
rather -initWithFrame:, which begs the question of have you confirmed that your
-initWithCoder: method is being called?
> On Feb 6, 2015, at 6
On Fri, Feb 13, 2015, at 10:42 AM, David Duncan wrote:
> Since you elided your header file, this begs a question – is this iOS or
> OS X?
>
> If I’m not mistaken, subclasses of NSView do not get -initWithCoder:, but
> rather -initWithFrame:, which begs the question of have you confirmed
> that you
I have asked in SO:
http://stackoverflow.com/questions/28456789/separate-cookie-jar-per-webview-in-os-x
(it has a bounty of 500)
On Tue, Feb 10, 2015 at 9:24 PM, Jens Alfke wrote:
> You may be better off asking on the webkit-sdk-dev list on this site. I’ve
> seen WebKit developers from Apple ans
My model:
Folder:
attributes:
url
relationships:
Relationship: files, Destination: Asset, Inverse: folder, To
Many, Deny
Relationship: keywords, Destination: Keyword, Inverse: assets,
To Many, Nullify
Asset:
attributes:
We're using WKWebView in a OS X application to host a web application.
The web application uses a html element like this to let the user select local
file paths:
This should display a file dialog. However, it doesn't seem to work with
WKWebView.
Also, the new WKUIDelegate protocol doesn't s
Hello all,
I’m not sure if this is the correct list, but I figure I’ll start somewhere.
I’m writing a program that collects activity statistics on other running
programs (in particular, network usage statistics). I have already
successfully harvested the statistics I want, organized by the PID
Start with [NSRunningApplication
runningApplicationWithProcessIdentifier:(pid_t)]
On Feb 13, 2015, at 1:05 PM, Andrew Keller wrote:
> Hello all,
>
> I’m not sure if this is the correct list, but I figure I’ll start somewhere.
>
> I’m writing a program that collects activity statistics on othe
The answer to this question on devforums suggests you might be out of luck.
https://devforums.apple.com/message/1092608#1092608
Sent from my iPad
> On 13 Feb 2015, at 21:05, Andrew Keller wrote:
>
> Hello all,
>
> I’m not sure if this is the correct list, but I figure I’ll start somewhere.
>
Apologies. Having just reread that forum post rather than working from what I
remembered it is about the relationship between the processes rather than
process names.
You might still we'll be in luck.
Kevin
Sent from my iPad
> On 13 Feb 2015, at 21:05, Andrew Keller wrote:
>
> Hello all,
>
Would it help to examine kernel data structures?
Not everything the kernel does is directly accessible by userspace
frameworks, but within certain limits mostly having to do with
security you can read many kernel data structures.
I don't personally know which ones would help you however this kind
> On 14 Feb 2015, at 01:16, Kyle Sluder wrote:
>
> On Fri, Feb 13, 2015, at 10:42 AM, David Duncan wrote:
>> Since you elided your header file, this begs a question – is this iOS or
>> OS X?
>>
>> If I’m not mistaken, subclasses of NSView do not get -initWithCoder:, but
>> rather -initWithFrame
> On 2015/02/14, at 4:39, patrick machielse wrote:
>
> Also, the new WKUIDelegate protocol doesn't seem to have an equivalent to the
> the 'old' WebUIDelegate/WebView method:
So far WKWebView doesn't have a lot of anything if you're looking at it
thinking like the WebView.
From what I coul
14 matches
Mail list logo