Re: Overriding Lion's SaveState

2011-08-23 Thread Sean McBride
On Mon, 22 Aug 2011 12:39:01 -0700, Matthew Weinstein said: >I'm working on updating my app for lion. For the time being, just to get >users able to proceed I need to disable Lion's restore savedstate >default. I don't want Lion opening any windows (other than the ones I >open programmatically) wh

Re: Overriding Lion's SaveState

2011-08-22 Thread Indragie Karunaratne
Uncheck the "Restorable" checkbox of all your windows in Interface Builder or call setRestorable:NO on them. On 2011-08-22, at 1:39 PM, Matthew Weinstein wrote: > Dear CocoaDevs, > I'm working on updating my app for lion. For the time being, just to get > users able to proceed I need to disable

Overriding Lion's SaveState

2011-08-22 Thread Matthew Weinstein
Dear CocoaDevs, I'm working on updating my app for lion. For the time being, just to get users able to proceed I need to disable Lion's restore savedstate default. I don't want Lion opening any windows (other than the ones I open programmatically) when a user starts the program. I can't find how