Re: displaying a sheet with new document
Re: displaying a sheet with new document
- Subject: Re: displaying a sheet with new document
- From: Andreas Mayer <email@hidden>
- Date: Sun, 27 Jun 2004 03:26:37 +0200
Am 26.06.2004 um 23:57 schrieb The Baur Family:
where should I put the code for this so
it happens automatically?
Try to put it in some private method and call it using
performSelector:...
[self performSelector:@selector(showMySheet:) withObject:self
afterDelay:0];
Andreas
_______________________________________________
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.