Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6112789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:47:06+00:00 2026-05-23T14:47:06+00:00

I created a borderless window and i want to remove its shadow. This is

  • 0

I created a borderless window and i want to remove its shadow.

This is my init window code :

- (id)initWithContentRect:(NSRect)contentRect
                styleMask:(NSUInteger)windowStyle
                  backing:(NSBackingStoreType)bufferingType
                    defer:(BOOL)flag
{

    if (![super initWithContentRect: contentRect
                          styleMask: NSBorderlessWindowMask 
                            backing: NSBackingStoreBuffered
                              defer: NO]) return nil;

    [self setHasShadow:NO];
    [self setOpaque:NO];
    [self setBackgroundColor:[NSColor clearColor]];
    [self setAcceptsMouseMovedEvents:YES];
    return self;
}

As you can see i use setHasShadow:NO but nothing happen and shadow still shows.

How can i remove shadow ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T14:47:07+00:00Added an answer on May 23, 2026 at 2:47 pm

    Well, for one thing you should be assigning the result of your call to super to self:

    self = [super initWithContentRect: contentRect
                          styleMask: NSBorderlessWindowMask 
                            backing: NSBackingStoreBuffered
                              defer: NO];
    if(self)
    {
        //continue with initialisation
    }
    return self;
    

    Also , if the window is being loaded from a nib it may have a shadow specified in Interface Builder. Since the settings in the nib are loaded after the init method is called, they may override the settings in your init method.

    The solution then is to either make sure that the window does not have the Shadow appearance checkbox selected in Interface Builder, or call [self setHasShadow:NO] in ‑awakeFromNib rather than in the initialiser.

    ‑awakeFromNib is always called after the nib file has been loaded and all outlets are connected.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to create darker and larger shadow when window becomes active in borderless window?
I want to display an image in OpenCV in a full screen borderless window.
I created the register form in asp.net. And I want to validate Name. This
I have created a borderless window style wherein I draw the chrome (Borders, TitleBar,
I have overloaded NSWindow and have created a custom window of my own (Borderless
I created a single page (with code behind .vb) and created Public intFileID As
I have a borderless Windows Forms application. The main window creates other forms (simple
Using the IWindowManager of Caliburn.Micro , is it possible to create a borderless window
Created a button in my aspx file and add its click method in the
Created a UITextField for Postal Code/ZIP field with a keyboardType of UIKeyboardTypeDefault. I would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.