Skip navigation.
 
mlRe: Is NSDocument's Saving Message Flow Threaded?
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

Related mailsAuthorDate
mlIs NSDocument's Saving Message Flow Threaded? Jonathan Dann Feb 16, 23:54
mlRe: Is NSDocument's Saving Message Flow Threaded? Scott Stevenson Feb 17, 02:20
mlRe: Is NSDocument's Saving Message Flow Threaded? Jonathan Dann Feb 17, 14:02
mlRe: Is NSDocument's Saving Message Flow Threaded? David Dunham Feb 17, 22:50
mlRe: Is NSDocument's Saving Message Flow Threaded? Scott Stevenson Feb 18, 23:27
mlRe: Is NSDocument's Saving Message Flow Threaded? Jonathan Dann Feb 19, 00:17