Re: Screensaver running only on one display with a multiple display setup

2023-06-12 Thread Steven Mills via Cocoa-dev
On Jun 10, 2023, at 12:45, Gabriel Zachmann via Cocoa-dev wrote: > > Two of the instances never reach method -viewDidMoveToWindow. > > Is there a way to instrument the source code or the executable, such that I > can receive a line-by-line trace of the execution of the three screensaver > ins

Re: Retrieving the EXIF date/time from 250k images

2023-01-16 Thread Steven Mills via Cocoa-dev
On Jan 16, 2023, at 00:52, Gabriel Zachmann via Cocoa-dev wrote: > > I had thought of that , too. > The reason is that I have no experience whatsoever with the JPEG file format. > Nor with the EXIF file format. > Also, I need to be able to parse at least JPEG, PNG, TIF, GIF, and I'd like > to a

Re: Mystery interference with AirPlay

2022-06-15 Thread Steven Mills via Cocoa-dev
On Jun 15, 2022, at 03:44:41, Gabriel Zachmann via Cocoa-dev wrote: > Making matters worse, I don't have AirPlay. Everybody has Airplay. It's a feature, not a thing. -- Steve Mills Drummer, Mac geek ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple

Re: Programmatically created NSButton is drawn in the wrong position.

2020-12-15 Thread Steven Mills via Cocoa-dev
On Dec 15, 2020, at 04:49:19, Eyal Redler via Cocoa-dev wrote: > > setting translatesAutoresizingMaskIntoConstraints to yes makes the situation > worse. The buttons are drawn further away than their frames indicate. Are you using Xcode's Interface Debugger to inspect the entire view hierarchy

Re: How can I get horizontal scrollbars adequate to the widest list entry

2020-11-11 Thread Steven Mills via Cocoa-dev
On Nov 11, 2020, at 10:13:35, Andreas Falkenhahn wrote: > > Yeah, but size.width is 0 too so something must be wrong in that code... Does it even have a superview at that point? I kinda think it doesn't, because the method you're in is supposed to return the cell view that the table will then

Re: How can I get horizontal scrollbars adequate to the widest list entry

2020-11-11 Thread Steven Mills via Cocoa-dev
On Nov 11, 2020, at 09:38:37, Andreas Falkenhahn wrote: > > > Ok, but how can I get those distances? I've tried the following: > >NSView *view = [tableView viewAtColumn:0 row:idx makeIfNecessary:YES]; >NSRect bounds = [view bounds]; > > But bounds.origin.x and bounds.size.width are alw

Re: How can I get horizontal scrollbars adequate to the widest list entry

2020-11-11 Thread Steven Mills via Cocoa-dev
On Nov 11, 2020, at 08:54:02, Andreas Falkenhahn via Cocoa-dev wrote: > > However, this still isn't perfect because the last two characters of the > widest entry are still cut off and replaced by "...". Of course, I can solve > this by just adding something a few points to size.width but of co

Re: Missing log output

2020-11-09 Thread Steven Mills via Cocoa-dev
On Nov 9, 2020, at 08:10:16, Gabriel Zachmann via Cocoa-dev wrote: > > In more details, my app (written in Swift) logs info using NSLog, like so: > > NSLog( "App group container: %@", container_group_url_!.path ) > > I asked the user to extract the log message using this command in the > Te

Re: How to parse a log file

2020-10-27 Thread Steven Mills via Cocoa-dev
On Oct 27, 2020, at 00:54:40, Rob Petrovec wrote: > > While I agree this would be a good thing to have, I don’t see how Xcode > could find the dSYM to use given that they are typically ephemeral. The dSYM > is tied to the build. So if you build your project twice you will have two > di

Re: How to parse a log file

2020-10-26 Thread Steven Mills via Cocoa-dev
> On Oct 26, 2020, at 17:49:59, James Walker via Cocoa-dev > wrote: > > I don't see any "Download Debug Symbols" in the Organizer. I don't think it > exists for macOS apps. > > However, one can right-click on an archive and select "Show In Finder", then > once in Finder right-click again a