Accessibility Settings

2024-01-10 Thread Tom Doan via Cocoa-dev
I'm trying to figure out how to query the value for the Accessibility---Display---Text Size for MacOS (Objective-C). I can't for the life of me find any documentation on it, and anything that looks even close appears to be for iOS and Swift. Can anyone point me in the right direction? Best reg

Re: Intermittent invisible NSWindow

2021-11-18 Thread Tom Doan via Cocoa-dev
kiness that forces too-small > frame, though not enough to make it disappear. > > Keary Suska > Esoteritech, Inc. > "Demystifying technology for your home or business" > > > > > On Nov 15, 2021, at 7:13 AM, Tom Doan via Cocoa-dev > > wrote:

Re: Intermittent invisible NSWindow

2021-11-15 Thread Tom Doan via Cocoa-dev
Esoteritech, Inc. > "Demystifying technology for your home or business" > > > > > On Nov 13, 2021, at 9:52 AM, Tom Doan via Cocoa-dev > > wrote: > > > > I'm having a problem with an application where a small percentage of > > users have

Intermittent invisible NSWindow

2021-11-13 Thread Tom Doan via Cocoa-dev
I'm having a problem with an application where a small percentage of users have one particular NSWindow type which doesn't show even though it goes through a makeKeyAndOrderFront. It's on the window list and will open if they do a tile, cascade or window switch operation, but doesn't come up in

Re: ARC and C++ structures

2021-09-15 Thread Tom Doan via Cocoa-dev
Thanks. That did it. Interestingly, not only did the Applie Migration tool not flag a potential problem, but the docs on NSWindow and releaseWhenClosed don't even hint of it. > Hi Tom, > > > On Sep 14, 2021, at 9:53 AM, Tom Doan via Cocoa-dev > > wrote: > > &

ARC and C++ structures

2021-09-14 Thread Tom Doan via Cocoa-dev
I have a multiple platform application (Windows, Mac, GTK) that is primarily organized using C++ with Objective-C used for the Mac-specific interface. I recently switched to use ARC (as we are using Scintilla which recently switched to ARC). However, I am getting a zombied release of an NSWindo

Re: NSToolbar in Catalina

2020-03-23 Thread Tom Doan via Cocoa-dev
e > > image = [NSBundle imageForResource:imgName]; > > -Dave > > On 3/23/20, 1:10 PM, "Cocoa-dev on behalf of Tom Doan via > Cocoa-dev" on behalf of Cocoa-dev@lists.apple.com> wrote: > > To provide a bit of additional information, the toolbar icons

Re: NSToolbar in Catalina

2020-03-23 Thread Tom Doan via Cocoa-dev
To provide a bit of additional information, the toolbar icons are fetched with image = [[NSImage alloc] initByReferencingFile:[mainBundle pathForResource:identifier ofType:@"icns"]]; > I'm having a very odd problem. I use NSToolbar/NSToolbarItem to > manage toolbars in my applic

NSToolbar in Catalina

2020-03-23 Thread Tom Doan via Cocoa-dev
I'm having a very odd problem. I use NSToolbar/NSToolbarItem to manage toolbars in my application. Under Catalina (and apparently only under Catalina), some of our users (only a few, and not me on my development machines) end up with toolbar items that have a very odd appearance---some are fine