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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:44:27+00:00 2026-06-10T03:44:27+00:00

How do you show a NSWindow from the toolbar, like the NSOpenPanel in the

  • 0

How do you show a NSWindow from the toolbar, like the NSOpenPanel in the picture below?

enter image description here

  • 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-10T03:44:28+00:00Added an answer on June 10, 2026 at 3:44 am

    Uncheck Visible At Launch from the window properties in the NIB file and then use beginSheet:

    [NSApp beginSheet:sheetWindow
               modalForWindow:mainWindow
               modalDelegate:self
               didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:)
               contextInfo:NULL];
    

    Additionally, NSSavePanel provides beginSheetModalForWindow as a convenience method:

    [savePanel beginSheetModalForWindow:mainWindow completionHandler:^(NSInteger result) {
        if (result != NSFileHandlingPanelOKButton) return;
        // Do something
    }];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

show columns from table_name; The above MYSQL command, displays all column names with data
As show in the picture I have following structures to store set of closet
So I'm trying to open a new NSWindow like so: NSWindowController *winCon = [[NSWindowController
I Show a view using presentModalViewController . and from this UIView I want to
Is it possible to show an NSWindow in front of a NSMenu , so
Show status like 'Qcache_queries_in_cache' returns: +-------------------------+----------+ | Variable_name | Value | +-------------------------+----------+ | Qcache_queries_in_cache
show http://img28.imageshack.us/img28/3052/unledcwk.png this is my html and the name and the picture is taken
SHOW COLUMNS FROM <tablename> gives all the information of the columns in a table,
I show dialog of checkboxes (list retrieved from DB) to allow user select, which
I show a unicode string from an xml file in a QLabel. I need

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.