Thanks Sean! This is very helpful.

Calling

[self performSelector:@selector(showCustomSheet:) withObject: [aController window] afterDelay:0.0f]

within windowControllerDidLoadNib: seems like a bit of a hack but I'll try it out. Thanks again.

Kip

On Apr 13, 2008, at 9:33 PM, Sean Murphy wrote:


On Apr 13, 2008, at 11:10 PM, Kip Nicol wrote:

I'm trying to implement a "Choose Template" sheet that pops down with the creation of a new document, one very similar to the "Choose Template" sheet that pops down for each new Keynote document.

Kip,

Erik Buck wrote an article about such an implementation over at stepwise: <http://www.stepwise.com/Articles/2006/eb1/index.html>. Looking at it quickly, he performs the "show template sheet" method in - windowControllerDidLoadNib:.

Hope that helps,
-Murph

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to