• 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:Using afterDelay: ? (2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:Using afterDelay: ? (2)


  • Subject: Re:Using afterDelay: ? (2)
  • From: Carl Jochen Norum <email@hidden>
  • Date: Wed, 26 Jun 2002 08:16:40 -0600

Quoting Mamdouh <email@hidden>:
> How do i use the withdDelay: method with this method:
> [NSApp endSheet:SUStatusSheet];
>
> ??
>
> [NSApp performSelector:@selector(endSheet:) withObjct:SUStatusSheet
> afterDelay:4.0];

This method invocation is correct. You should learn how O-O programming works,
specifically the concepts of inheritance and method invocations.

There's an Objective-C primer included with the developer tools which would
be useful.

-- Carl
_______________________________________________
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: NSMutableArray: where is addObjectIfAbsent:?
  • Next by Date: Re: Mutable class problems
  • Previous by thread: Re: Using afterDelay: ? (2)
  • Next by thread: Re: Mutable class problems
  • Index(es):
    • Date
    • Thread