• 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: showing a sheet on run?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: showing a sheet on run?


  • Subject: RE: showing a sheet on run?
  • From: "Brad Peterson" <email@hidden>
  • Date: Wed, 25 Feb 2004 00:23:42 +0000

Hi,

My solution to this has always been something like:

[self performSelector:@selector(showMySheetHereSelector:) withObject: self afterDelay: 1.0];

Added to the awakeFromNib... looks kinda hackish, but it works very nicely. :)

B


From: email@hidden
To: email@hidden
Subject: showing a sheet on run?
Date: Tue, 24 Feb 2004 10:44:42 -0800

My question: is there any other way of showing a sheet when the app is run, other then implementing windowDidLoad? awakeFromNib wont work because the its called before the parent window is shown..


Thanks
_______________________________________________
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.

_________________________________________________________________
Say good-bye to spam, viruses and pop-ups with MSN Premium -- free trial offer! http://click.atdmt.com/AVE/go/onm00200359ave/direct/01/
_______________________________________________
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.


  • Prev by Date: Re: Tooltip for cell or column of NSTableView?
  • Next by Date: Re: access to DOM from the WebKit
  • Previous by thread: Re: showing a sheet on run?
  • Next by thread: Disappearing link back to the document
  • Index(es):
    • Date
    • Thread