Window size and location defaults

2015-07-05 Thread Marco S Hyman
Hello, I’m playing with an OS X app using storyboards. I’ve assigned an Autosave name to the window in Xcode (version 7) and see this in user defaults after starting the program. "NSWindow Frame MainWindow" = "1040 566 540 300 0 0 2560 1417 “; If I change the window size and check defaults I

Re: NSNumberFormatter Issues

2015-07-05 Thread Gordon Apple
There is no explicit code involved. It’s just a simple binding to a CGFloat. The original property also had a binding from a JoyStick view. However, for testing, I added a new CGFloat property so I could bind the text field only, with no potential interference from the JoyStick view. The angle sett

Re: Translate curl command to NSURLRequest

2015-07-05 Thread Jens Alfke
No, Foundation does not use libcurl. And there's no reason to bundle a large 3rd party library just because the OP is having some initial trouble getting one Foundation networking call to work. That's like switching to Qt because you have trouble with an NSButton :-p —Jens > On Jul 4, 2015, a