Fwd: Window menu not displaying open windows?
Fwd: Window menu not displaying open windows?
- Subject: Fwd: Window menu not displaying open windows?
- From: Pablo Pons Bordes <email@hidden>
- Date: Mon, 4 Dec 2006 20:49:51 +0000
Hi, Tito,
The method that document-based app use to know the title of the
windows is "- (NSString *)displayName" and this method is call
trough the delegate object in the windows that is automatically
connected (the document controller, the default class is
myDocument.h) on interface builder. So what you probabily did is to
overwrite this method in the document controller, check for this
method in your code.
If it's not the problem you can rescue this property implementing
this method to.
good luck,
Pablo Pons
El 25/11/2006, a las 6:52, Tito Ciuro escribió:
Hi,
My document-based app was at some point displaying the title of
each open window in the Window menu. I just realized that it
doesn't do that anymore. Did I disconnect something in the nib
file? I'm not excluding the window from the menu or anything like
that. What silly thing did I do? Is there a way I can reactivate
this feature?
Thanks in advance,
-- Tito
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden