Voice Control not working with my App

2020-04-07 Thread Redler Eyal via Cocoa-dev
Hi, My Cocoa app doesn't work with Voice Control on Catalina. I'm trying to dictate some text and nothing is entered, works fine with TextEdit. My app has a custom, non NSText based view for editing text and I am supporting the relevant NSAccessibility protocol methods. I'm thinking perhaps I

Re: Catalina scroll view issues

2020-01-06 Thread Redler Eyal via Cocoa-dev
Thanks for your comments. > My first instinct when someone says "not reproducible for me with a scroll > view" on Mac is: Maybe it only occurs with overlay scrollers, or only with > separate scrollers? Have you tried toggling that setting? If you mean the "show scroll bars" setting in System

Re: Catalina scroll view issues

2019-12-31 Thread Redler Eyal via Cocoa-dev
>> I, for one, wasn't able to reproduce it on the 5 machines I was able to put >> my hands on. > > Although I have not seen a *reproducible* case either, I have seen that it is > much more likely to occur in text views with hundreds of lines or rows, so > you should try such in your tests.

Re: Catalina scroll view issues

2019-12-31 Thread Redler Eyal via Cocoa-dev
> turning it on did not cause the issue to show up on Mohave >> ... >> I, for one, wasn't able to reproduce it on the 5 machines I was able to put >> my hands on. > Curious, how were you able to verify that turning on copyOnScroll in > your app and running it on Mojave did not reproduce

Re: Catalina scroll view issues

2019-12-26 Thread Redler Eyal via Cocoa-dev
ou know: Are there no release notes for app kit with >>>>>> Catalina? All I can find are very general notes without mention of any >>>>>> specific API. I could not find, for example, any mention of the >>>>>> deprecation of copiesOnScroll and what it

Re: Catalina scroll view issues

2019-12-19 Thread Redler Eyal via Cocoa-dev
; On 16 Dec 2019, at 16:07, Gary L. Wade >>>>> wrote: >>>>> >>>>> If you’re not involving a higher level class like NSTextView or a medium >>>>> level one like CoreText, it sounds like you might be going all the way >>>>> down t

Re: Catalina scroll view issues

2019-12-18 Thread Redler Eyal via Cocoa-dev
t;>> and your users in things like retina choice for a particular display and >>> changes with respect to layers, especially things like the copiesOnScroll. >>> If these don’t lead you to a solution where you say, “Oh, I really >>> should’ve done this rather than t

Re: Catalina scroll view issues

2019-12-17 Thread Redler Eyal via Cocoa-dev
ort and add > its URL here. > -- > Gary L. Wade > http://www.garywade.com/ > >> On Dec 16, 2019, at 1:03 AM, Redler Eyal via Cocoa-dev >> wrote: >> >> Thanks! >> I don't use CoreText or NSTextView. I pretty much ruled out RTL vs LTR >> issues since t

Re: Catalina scroll view issues

2019-12-16 Thread Redler Eyal via Cocoa-dev
t; text was/wasn’t drawing in a similar manner. Do you operate at a CoreText >> level? >> -- >> Gary L. Wade >> http://www.garywade.com/ >> >>> On Dec 14, 2019, at 6:17 AM, Redler Eyal via Cocoa-dev >>> wrote: >>> >>> Hi All, &

Re: Catalina scroll view issues

2019-12-16 Thread Redler Eyal via Cocoa-dev
RTL text within NSTextView where the > text was/wasn’t drawing in a similar manner. Do you operate at a CoreText > level? > -- > Gary L. Wade > http://www.garywade.com/ > >> On Dec 14, 2019, at 6:17 AM, Redler Eyal via Cocoa-dev >> wrote: >> >> Hi All

Catalina scroll view issues

2019-12-14 Thread Redler Eyal via Cocoa-dev
Hi All, I'm getting reports from users complaining about a strange display issue on Catalina with my app. My app is a word-processor (not based on the cocoa text system) whose main display shows the pages of the document. Every page is a separate view and all the pages are subviews of one big