Re: Transparent NSTextField
Re: Transparent NSTextField
- Subject: Re: Transparent NSTextField
- From: Fritz Anderson <email@hidden>
- Date: Thu, 28 Jun 2012 10:45:08 -0500
On 28 Jun 2012, at 10:22 AM, Vincent Habchi wrote:
> I’m trying to add a transparent editable NSTextField to a view. As long as the field is not editable (e.g. a label), everything is fine; but with an editable field, I get a background fill. I imagine this is under the window NSTextView responsibility. Has someone already succeeded in programming a totally transparent NSTextField, or shall I recourse to a CATextLayer instead?
My next step (which is my way of saying I haven't tried it) would be to investigate -[<NSWindowDelegate> windowWillReturnFieldEditor:toObject:], and set the field editor's backgroundColor (it's in NSText) to the transparent color.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden