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 7796675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:26:28+00:00 2026-06-01T23:26:28+00:00

I have in my AppDelegate a window that I created and then I set

  • 0

I have in my AppDelegate a window that I created and then I set the content view to an NSView subclass “CutoutView” when I perform any actions with newContentView such as getting methods from CutoutView they work great.

// Configure contentView in AppDelegate
    newContentView = [[CutoutView alloc]initWithFrame:window.frame];
    [window setContentView:newContentView];

Now I have another NSView subclass called MoveFilter and I want to be able to call methods from my CutoutView as well. The problem is in order to do that I have to alloc and init the CutoutView method again and when I do the methods can be called but nothing is displayed since CutoutView was already alloc and init before.

 // in MoveFilter
 cutOutView = [[CutoutView alloc]init];
 [cutOutView someMethod];

What do I need to add to MoveFilter or what can I look at to help me be able to call methods where they will display just like newContentView does? Sorry I am new at this, Thanks!

  • 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-06-01T23:26:29+00:00Added an answer on June 1, 2026 at 11:26 pm

    Get the existing CutoutView from the app delegate:

    CutoutView * cv = [[NSApp delegate] newContentView];
    

    (Assuming that you have a property for this — it looks like you’re putting it into an ivar.)

    or from the window:

    // in MoveFilter
    CutoutView * cv = [[self window] contentView];
    

    (Assuming that the MoveFilter and the CutoutView are in the same window.)

    Or, if neither of these assumptions are true, you can combine the two procedures and get the content view of the app delegate’s window. I’ll leave that as an exercise for you.

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

Sidebar

Related Questions

I have this method in App Delegate that makes a window and content view
I have an activity view that I have added in AppDelegate class to tap
Lets say that I have 4 view controllers (call them FirstView,SecondView,ThirdView,FourthView) which are created
I have created a view that contains a CGGradient: // Bar ContextRef CGRect bar
I have created a view based application and in the appdelegate .h file I
I have a project that I created by using Xcode's Single View Application template.
I have a Tableview on AppDelegate That calls a SecondView (dvController) when DidSelectRowAtIndexPath using:
I have the following code block, as the content of my AppDelegate.h of an
I have created a window-based application and my problem is I am unable to
I have a method called handleLocalNotification in my AppDelegate that fires when my app

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.