Re: When in Versions browser

2012-01-22 Thread Martin Hewitson
On 21, Jan, 2012, at 02:43 PM, Mike Abdullah wrote: > > On 21 Jan 2012, at 09:33, Martin Hewitson wrote: > >> Dear list, >> >> I'm trying to get Versions and autosave working on my document app. Most >> things are working. I'm using the window delegate methods >> >> - (void)windowWillEnterVe

Re: When in Versions browser

2012-01-21 Thread Mike Abdullah
On 21 Jan 2012, at 09:33, Martin Hewitson wrote: > Dear list, > > I'm trying to get Versions and autosave working on my document app. Most > things are working. I'm using the window delegate methods > > - (void)windowWillEnterVersionBrowser:(NSNotification *)notification; > - (void)windowDidEx

When in Versions browser

2012-01-21 Thread Martin Hewitson
Dear list, I'm trying to get Versions and autosave working on my document app. Most things are working. I'm using the window delegate methods - (void)windowWillEnterVersionBrowser:(NSNotification *)notification; - (void)windowDidExitVersionBrowser:(NSNotification *)notification; to enable and d