Re: performSelector: withObject: afterDelay help for noob please

2008-07-02 Thread Ken Thomases
On Jul 2, 2008, at 9:23 AM, Mike Abdullah wrote: On 2 Jul 2008, at 15:09, Papa-Raboon wrote: I have a bit of static text I set with a value of: @"record Added" with the following: [complete setStringValue:@"Record added"]; and I want it to disappear after 3 seconds and I thought the easiest wa

Re: performSelector: withObject: afterDelay help for noob please

2008-07-02 Thread Mike Abdullah
On 2 Jul 2008, at 15:09, Papa-Raboon wrote: Hi There, I have been scratching my head and trying everything to get this to work and as a noob I find the docs a bit sparse of real world examples. I am trying to get performSelector: withObject: afterDelay to work but not sure what to stick where

performSelector: withObject: afterDelay help for noob please

2008-07-02 Thread Papa-Raboon
Hi There, I have been scratching my head and trying everything to get this to work and as a noob I find the docs a bit sparse of real world examples. I am trying to get performSelector: withObject: afterDelay to work but not sure what to stick where. I have a bit of static text I set with a valu