Accessibility Settings

2024-01-10 Thread Tom Doan via Cocoa-dev
ion? Best regards, Tom Doan --- Estima 2717 Harrison St Evanston, IL 60201 USA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev

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
doesn't come up initially. I can't reproduce this on any of my computers running three different flavors of MacOS (including Big Sur and Monterey). What should I be looking for that might cause this behavior. Best regards, Tom Doan --- 2717 Harrison

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
really seen any good description of how ARC interacts with C++. A release there seems fine---the question is where is the earlier (apparently erroneous) release. Tom Doan Estima --- 2717 Harrison St Evanston, IL 60201 USA ___ Cocoa-dev mailing lis

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
t ones are supposed to be active anyway. Does anyone > have an idea what the problem might be? > > Best regards, > > Tom Doan > Estima > --- > 2717 Harrison St > Evanston, IL 60201 > USA > > > ___ > > Co

NSToolbar in Catalina

2020-03-23 Thread Tom Doan via Cocoa-dev
icons look correctly dimmed and the washed out ones are supposed to be active anyway. Does anyone have an idea what the problem might be? Best regards, Tom Doan Estima --- 2717 Harrison St Evanston, IL 60201 USA ___ Cocoa-dev mailing list (Coco

Re: NSString drawAtPoint in Mojave

2018-12-13 Thread Tom Doan
n High Sierra. Anybody have any idea > what might be going wrong with this? > > Best regards, > > Tom Doan > --- > Estima > 1560 Sherman Ave #1029 > Evanston, IL 60201 > USA > > > ___ > > Cocoa-dev mail

Re: NSString drawAtPoint in Mojave

2018-11-07 Thread Tom Doan
> On Nov 7, 2018, at 11:40 AM, Tom Doan wrote: > > > >> Does the "Layer-Backed Views" section of the AppKit Release Notes > >> for 10.14 explain what you're seeing? > >> <https://developer.apple.com/documentation/macos_rele

Re: NSString drawAtPoint in Mojave

2018-11-07 Thread Tom Doan
> > > > I just started testing a port of my application to Mojave. I'm > > having a rather odd problem with NSString drawAtPoint > > withAttributes. I use that to add text to graph windows. All the > > lines and fills look fine, but the text, done with drawAtPoint, > > doesn't show on the screen.

NSString drawAtPoint in Mojave

2018-11-06 Thread Tom Doan
if I take the window and create a PDF from it, everything looks fine. It also works fine on High Sierra. Anybody have any idea what might be going wrong with this? Best regards, Tom Doan --- Estima 1560 Sherman Ave #1029 Evanston, IL 60201 USA ___

runModalSession handling

2018-04-05 Thread Tom Doan
continued on 0 and 1, and that seemed to work around this, but I would really like to understand what is wrong with this setup. Best regards, Tom Doan --- 1560 Sherman Ave #1029 Evanston, IL 60201 USA #if 0 // // Original code // itsRC = (LOGICAL) ([NSApp

NSAccessibility

2017-07-13 Thread Tom Doan
't know how to prevent this call from being made. Any suggestions? Best regards, Tom Doan Estima Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x, 0x Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgume

Re: NSProgressIndicator indeterminate

2017-04-13 Thread Tom Doan
> On Apr 13, 2017, at 13:35 , Tom Doan wrote: > > > > the indeterminate one has an almost imperceptibly lighter > > medium-dark moving over medium-dark. > > This suggests you have set your system appearance to Graphite instead > of Blue (in System Preferences -

NSProgressIndicator indeterminate

2017-04-13 Thread Tom Doan
is a *very* slight gradient moving across the bar. While the determinate bar is medium-dark gray moving over light gray, the indeterminate one has an almost imperceptibly lighter medium-dark moving over medium-dark. This seems less than ideal. Is there some setting that can change that? Tom Doa

Re: Gestures cause crash in Sierra

2016-11-30 Thread Tom Doan
er is sent to it) which causes the crash. Replacing the origin with 0.0,0.0 fixes the problem, but that doesn't help with our existing software. > On Nov 23, 2016, at 13:32 , Tom Doan wrote: > > > > OS Version:Mac OS X 10.12 (16A323) > > I´d suggest you try

Gestures cause crash in Sierra

2016-11-23 Thread Tom Doan
tly appreciated. Best regards, Tom Doan Estima --- 1560 Sherman Ave #1029 Evanston, IL 60201 USA Process:   RATSPro [986] Path:  /Applications/RATS Pro 9.1/RATSPro.app/Contents/MacOS/RATSPro Identifier:   com.estima.rats Version:   9.10.5 (1) Code T

NSAlert and threading

2016-05-23 Thread Tom Doan
a separate thread), the alert box stays on the screen until the operation is done. release doesn't work. orderout on the window doesn't work. Is there any way to do this (other than changing the threading) so the alert box goes away when I'm done with it? Best regards, Tom Doa

HIThemeGetTextDimensions problems

2016-04-22 Thread Tom Doan
,&cgwidth,NULL,NULL); itsWidth = cgwidth; } Best regards, Tom Doan Estima --- 1560 Sherman Ave #1029 Evanston, IL 60201 USA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

Problem in notification

2014-06-10 Thread Tom Doan
ets called in a completely different situation---the one that I intended. I have no idea what it's trying to do here. (What's an NSScrollerImp?) and no idea how to trap it to figure out what the problem is. Any help anyone can offer would be appreciated. Tom Doan Estima Proc

Zombie NSWindow

2014-05-08 Thread Tom Doan
the Window menu, but it doesn't respond to anything. (For instance, I can't try to close it again.) I've put NSLogs in a bunch of places but can't seem to locate what causes an apparently dead window to reappear. Any though

Re: NSHelpManager

2014-04-29 Thread Tom Doan
the search box, it goes through my custom help handling and pops up the correct window. I don't see how to cut the stop at the search box out of the process---it doesn't *look* like the Help is a custom NSMenuItem, but it sure acts like one. Best regards, Tom Doan Estima > On 201

NSHelpManager

2014-04-25 Thread Tom Doan
the desired level. I was hoping that there would similarly be a showHelp in NSResponder, but it appears that showHelp always goes straight to the NSApplication. Is there any way to work get the type of behavior I need? Best regards, Tom Doan Estima __

Re: NSButton/NSBox interaction

2014-04-10 Thread Tom Doan
f and doesn't go off and manage itself along with the > other buttons that the OS thinks (incorrectly in this case) are > logically linked to it. > > Tom Doan > Estima > > > > On Apr 10, 2014, at 6:57 AM, Keary Suska > > > wrote: > > > >

Re: NSButton/NSBox interaction

2014-04-10 Thread Tom Doan
nt it off and doesn't go off and manage itself along with the other buttons that the OS thinks (incorrectly in this case) are logically linked to it. Tom Doan Estima > > On Apr 10, 2014, at 6:57 AM, Keary Suska > > wrote: > > > >> On Apr 9, 2014, at 5:30 PM,

NSButton/NSBox interaction

2014-04-09 Thread Tom Doan
behavior so I can override it. Can someone explain what's happening, please? Thanks, Tom Doan Estima ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mo