Re: Statements in Replaced Method execute out of sequence - How?

2009-08-21 Thread Scott Ribe
No, that's not how Method Replacement works. Ah, sorry for the noise. I'm unable to move to Obj-C 2.0 yet, so haven't started learning it yet, so spoke when I shouldn't have ;-) -- Scott Ribe scott_r...@killerbytes.com http://www.killerbytes.com/ (303) 722-0567 voice

Statements in Replaced Method execute out of sequence - How?

2009-08-19 Thread Jerry Krinock
Maybe this is the Challenge of the Day. In debugging my undo grouping issue, I've replaced NSUndoManager's -beginUndoGrouping and - endUndoGrouping with methods that log whenever they're invoked. I suppose I could do this be setting breakpoints and debugging, but I've always trusted