Re: CALayer shadows and CGContext clip rect

2023-01-11 Thread David Young via Cocoa-dev
evisit this aspect of the program. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators a

Re: CALayer shadows and CGContext clip rect

2023-01-01 Thread David Young via Cocoa-dev
On Thu, Dec 15, 2022 at 08:59:24PM -0600, David Young via Cocoa-dev wrote: > Is it possible that a CGContext clip path will clip a shadow cast inside > the clip path, if the CALayer whose content cast the shadow is fully > outside of the clip path? Any ideas why? Just in case it helps

CALayer shadows and CGContext clip rect

2022-12-15 Thread David Young via Cocoa-dev
path? Any ideas why? Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981 ___ 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

test

2022-11-17 Thread David Young via Cocoa-dev
Testing, please disregard. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

NSTextView: displaying "virtual" symbols?

2021-11-01 Thread David Young via Cocoa-dev
t introducing characters to my NSTextStorage. It looks like TextKit 2 lets one do something like this rather easily, but I'm leary of adopting it while it's so green. Is anyone aware of a "worked example" I can read for TextKit 1? Dave -- David Young dyo...@pobox.c

Re: Deleting files extremely slow since OSX High sierra

2018-04-25 Thread David Young
> mention typing period period period instead of option-;. This hateful stuff doesn't really belong on this list, does it? Maybe this conversation has run its course? Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981 ___ Cocoa

curious: if not file references, what?

2017-01-20 Thread David Young
ly in correspondence with an inode number?) are on their way out. Should one use some metadata that's indexed by Spotlight? I ask because in the app that I'm building in my spare time, I would like someday to create hyperlinks between documents. Dave -- David Young dyo...@pobox.comUrbana,

Re: odd drawInsertionPointInRect behavior

2016-08-19 Thread David Young
On Fri, Aug 19, 2016 at 02:10:50PM -0500, Ken Thomases wrote: > What happens when you switch away from your app or even from the window with > your text view? Do you get a call with turnedOn being false then? I'm afraid not. In every call, turnedOn == true. Dave -- David

odd drawInsertionPointInRect behavior

2016-08-19 Thread David Young
xpectation that drawInsertionPointInRect should be called sometimes with turnedOn == false? Does anybody else see the behavior I describe? Dave -- David Young //\ Trestle Technology Consulting (217) 721-9981 Urbana, IL http://trestle.tech/ ___

unexpected NSTextViewDelegate behavior

2016-07-21 Thread David Young
fB] and [""]. For my purposes, it is desirable for shouldChangeTextInRanges: to see all of the ranges affected by a single editing command, such as deleteBackward(), at once. Is there some way to select the behavior that I expect? Dave -- David Young //\ Trestle Technology Consulti