• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Add Toolbar to Document Based Project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add Toolbar to Document Based Project


  • Subject: Re: Add Toolbar to Document Based Project
  • From: Fritz Anderson <email@hidden>
  • Date: Sat, 30 Nov 2002 12:47:20 -0600

You did the right thing, and it's not even a work-around: In all but the simplest applications, the controller object for document windows is an NSWindowController, not an NSDocument.

-- F

On Saturday, November 30, 2002, at 11:24 AM, Uwe Schlosser wrote:

I would like to add a toolbar to a document based application.
...
The problem is setting up the toolbar in the document window by the
method
[window setToolbar: toolbar];
The instance variable window is declared as private in NSDocument, so
there is no direct access in MyDocument.

I worked a round this problem by defining a second a second instance
variable
IBOutlet id docWindow

and did the the right connection in IB. After replacing window by
docWindow and compiling the code the application works fine.
In the end I use to instance variable for one object and that a bit
strange.
My question is, is this the only way to work around such a problem.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Add Toolbar to Document Based Project (From: Uwe Schlosser <email@hidden>)

  • Prev by Date: Re: superclass and awakeFromNib
  • Next by Date: Re: Piping Strangeness
  • Previous by thread: Re: Add Toolbar to Document Based Project
  • Next by thread: Problem with object communication
  • Index(es):
    • Date
    • Thread