FROM : Scott Stevenson
DATE : Mon Feb 18 23:27:25 2008
On Feb 17, 2008, at 5:02 AM, Jonathan Dann wrote:
> So do many other actions work in a delayed manner, and is it
> documented? Would I have missed this somewhere?
I'm not sure if it's on paper somewhere, but as David Dunham says,
it's probably not something you should rely on.
For the most part, action methods (IBActions) are meant to be used by
user interface controls. It might work out by using them in code too,
but often there's a better method to call.
- Scott
DATE : Mon Feb 18 23:27:25 2008
On Feb 17, 2008, at 5:02 AM, Jonathan Dann wrote:
> So do many other actions work in a delayed manner, and is it
> documented? Would I have missed this somewhere?
I'm not sure if it's on paper somewhere, but as David Dunham says,
it's probably not something you should rely on.
For the most part, action methods (IBActions) are meant to be used by
user interface controls. It might work out by using them in code too,
but often there's a better method to call.
- Scott
| Related mails | Author | Date |
|---|---|---|
| Jonathan Dann | Feb 16, 23:54 | |
| Scott Stevenson | Feb 17, 02:20 | |
| Jonathan Dann | Feb 17, 14:02 | |
| David Dunham | Feb 17, 22:50 | |
| Scott Stevenson | Feb 18, 23:27 | |
| Jonathan Dann | Feb 19, 00:17 |






Cocoa mail archive

