Re: removeFrameUsingName: doesn't?

2008-06-12 Thread Mike Fischer
Am 28.02.2008 um 23:17 schrieb Quincey Morris [EMAIL PROTECTED]: On Feb 28, 2008, at 12:25, Mike Fischer wrote: OK, nobody answered so I did a further test: ... Then I relaunched the app, used the IBAction to remove the Auto Save Name and quit the app again. The key was still there! So

Re: removeFrameUsingName: doesn't?

2008-02-28 Thread Mike Fischer
OK, nobody answered so I did a further test: I created a new Cocoa application project, modified the nib so that the Window had an Auto Save Name xyz and then added an AppControler class with a single IBAction and connected it up. The IBAction looks like this: -

removeFrameUsingName: doesn't?

2008-02-26 Thread Mike Fischer
Hi! I'm trying to remove the saved window frame of a window from the application preferences. So let's say I have a global: NSString *name = @My_window_name; // Actually the name I am using is UUID so it should be globally unique. The NSWindow gets initialized using [window