Re: NSVisualEffectView NSVisualEffectBlendingModeBehindWindow transparency

2015-01-07 Thread Jacek Oleksy
On Tue, Jan 6, 2015 at 12:58 AM, Corbin Dunn corb...@apple.com wrote: On Dec 26, 2014, at 2:26 AM, Jacek Oleksy jole...@opera.com wrote: The popup that is created gets the vibrancy effect only from the window that is right below it. Any ideas on how to make it work for custom window?

Re: NSVisualEffectView NSVisualEffectBlendingModeBehindWindow transparency

2015-01-05 Thread Corbin Dunn
On Dec 26, 2014, at 2:26 AM, Jacek Oleksy jole...@opera.com wrote: Hi, I add vibrancy effect to my window using the following code: In the view class: - (void)awakeFromNib { NSVisualEffectView* vibrantView = [[NSVisualEffectView alloc] initWithFrame:self.frame]; vibrantView.appearance

NSVisualEffectView NSVisualEffectBlendingModeBehindWindow transparency

2014-12-26 Thread Jacek Oleksy
Hi, I add vibrancy effect to my window using the following code: In the view class: - (void)awakeFromNib { NSVisualEffectView* vibrantView = [[NSVisualEffectView alloc] initWithFrame:self.frame]; vibrantView.appearance = [NSAppearance appearanceNamed:NSAppearanceNameVibrantLight]; [vibrantView