Re: WKWebView rejecting keyboard input

2021-04-17 Thread Robert Walsh via Cocoa-dev
> 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

Re: WKWebView rejecting keyboard input

2021-04-15 Thread Robert Walsh via Cocoa-dev
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

WKWebView rejecting keyboard input

2021-04-15 Thread Robert Walsh via Cocoa-dev
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

Re: Permission Denied trying to connect to localhost in unit test

2019-12-13 Thread Robert Walsh via Cocoa-dev
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

Re: Permission Denied trying to connect to localhost in unit test

2019-12-13 Thread Robert Walsh via Cocoa-dev
. 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

Re: Permission Denied trying to connect to localhost in unit test

2019-12-13 Thread Robert Walsh via Cocoa-dev
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

Permission Denied trying to connect to localhost in unit test

2019-12-12 Thread Robert Walsh via Cocoa-dev
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,

Re: Thoughts on ARC

2019-09-30 Thread Robert Walsh via Cocoa-dev
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