• 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: Calling an Action from a function
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling an Action from a function


  • Subject: Re: Calling an Action from a function
  • From: Peter Wollschlaeger <email@hidden>
  • Date: Mon, 24 May 2004 20:53:10 +0200

Am 24.05.2004 um 19:50 schrieb Kodex:

> Is there a way to call an action from a function? IE
> making the code press a button at a timer if they user
> hasnt yet or in response to a loop? I tired simply
> calling it like this
>
> if (test == true)
> theAction();
>
> But i get a defination error on it. Thanks for the
> help in advance guys =)
> ~Kyle
>

[self performSelector:@selector(nameOfAction:)];

Hope this helps
Peter

>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Domains  Claim yours for only $14.70/year
> http://smallbusiness.promotions.yahoo.com/offer
> _______________________________________________
> 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.
_______________________________________________
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.


  • Follow-Ups:
    • Re: Calling an Action from a function
      • From: Alexander Spohr <email@hidden>
References: 
 >Calling an Action from a function (From: Kodex <email@hidden>)

  • Prev by Date: Copy/Paste not working from keyboard
  • Next by Date: Re: @synchronized question
  • Previous by thread: Calling an Action from a function
  • Next by thread: Re: Calling an Action from a function
  • Index(es):
    • Date
    • Thread