> On Apr 15, 2021, at 9:42 AM, Robert Walsh via Cocoa-dev
> wrote:
>
> I have an Objective-C application that creates a WKWebView to collect form
> input. The form has a label, an input (password) field, and two buttons.
> When the form is shown inside the web view by the applic
On Apr 15, 2021, at 9:42 AM, Robert Walsh via Cocoa-dev
> wrote:
>
> I have an Objective-C application that creates a WKWebView to collect form
> input. The form has a label, an input (password) field, and two buttons.
> When the form is shown inside the web view by the applicat
I have an Objective-C application that creates a WKWebView to collect form
input. The form has a label, an input (password) field, and two buttons. When
the form is shown inside the web view by the application, the user can click
the buttons but cannot enter text into the input field. The sys
ude the classes and put the glue code in the App Delegate.
Keary Suska
Esoteritech, Inc.
> On Dec 13, 2019, at 7:35 AM, Robert Walsh via Cocoa-dev
> wrote:
>
> Thanks - I just finished doing that. I stubbed out a simple main that has
> enough smarts to use this TcpClient t
. Should be easy enough because it doesn’t have to do anything in the
GUI.
Keary Suska
Esoteritech, Inc.
> On Dec 13, 2019, at 4:42 AM, Robert Walsh via Cocoa-dev
> wrote:
>
> The errno is 13 (which I think is just a generic Permission Denied).
>
> I am connecting to localho
e
Sent: Thursday, December 12, 2019 1:58 PM
To: Robert Walsh
Cc: Cocoa-Dev (Apple)
Subject: Re: Permission Denied trying to connect to localhost in unit test
On Dec 12, 2019, at 7:42 AM, Robert Walsh via Cocoa-dev
mailto:cocoa-dev@lists.apple.com>> wrote:
I am writing a command line a
I am writing a command line application in Objective-C that needs to make a TCP
connection to a server. In a unit test for the TcpClient class I am writing, I
have a simple TCP server that listens for connections in a thread. When I try
to connect to this socket from the client socket class,
Swift may be the solution, but it's built on a weak foundation. It makes
cross-platform development almost impossible. The TIOBE index shows Swift
declining (and Objective-C increasing). So, maybe it isn't.
I don't yet have a lot of experience with Swift, but I would already argue that
Swift is