<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 22 Sep 2019, at 11:15, Angelo Varlotta wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">If this could get fixed at some point, I'd be more than happy. Thank you</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Some more experimentation and it’s even more problematic than suggested in my original email, because if we make the window transparent, as required to have one of the subviews draw with alpha on top of what’s behind the window, the content of that subview will affect the window’s shadow.</p>

<p dir="auto">So effectively text drawn in the view gets a shadow, and worse, the shadow is not updated (unless programmatically requested), so changing the text will leave the shadow from the original text.</p>

<p dir="auto">As mentioned, there is the option of placing a <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">NSVisualEffectsView</code> behind the text view, but this gives a (very) blurred background. I don’t know if the desire for alpha is to be able to read/see what’s behind, because in that case, <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">NSVisualEffectsView</code> is not a good option.</p>

<p dir="auto">It <em>might</em> also be possible to simply capture the content behind the window and draw, but I have no idea about APIs for that and this is not something I plan to look into, but someone else is more than welcome to.</p>
</div>
</div>
</body>
</html>