sereko / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

extract window size not remembered #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you resize the extraction window using the handle, when theunarchiver
restarts to goes back to the default size. It should remember window
dimensions. :-)

The Unarchiver v2.0 beta 2

Original issue reported on code.google.com by joe.roback@gmail.com on 19 Jul 2009 at 1:17

GoogleCodeExporter commented 9 years ago
Can you be a bit more specific about this? Because it is supposed to remember 
the window size, and it has 
always worked fine for me.

Original comment by paracel...@gmail.com on 19 Jul 2009 at 3:42

GoogleCodeExporter commented 9 years ago
Sure, no problem.

1) start extracting an archive, Step_1.png.
2) resize the window, Step_2.png.
3) theunarchiver finishes and closes.
4) start another extraction, window is original large size, Step_3.png

Original comment by joe.roback@gmail.com on 19 Jul 2009 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
This is exactly what it's not supposed to do, and doesn't do on my machine.

What does "defaults read cx.c3.theunarchiver" on a terminal output?

Original comment by paracel...@gmail.com on 19 Jul 2009 at 12:53

GoogleCodeExporter commented 9 years ago
loki:~ robackja$ defaults read cx.c3.theunarchiver
{
    NSNavBrowserPreferedColumnContentWidth = 186;
    NSNavLastCurrentDirectory = "/Volumes/MAXimus/Tmp/Foo/2";
    NSNavLastRootDirectory = "/Volumes/MAXimus/Tmp/Foo";
    NSNavPanelExpandedSizeForOpenMode = "{518, 404}";
    NSNavSidebarWidth = 120;
    "NSWindow Frame mainWindow" = "576 1457 458 88 0 0 2560 1578 ";
    extractionDestination = 3;
    openExtractedFolder = 0;
    orphanedTempDirectories =     (
    );
}

Maybe since I've been using it since alpha4, I probably should try and trash my
preferences first. I'll that later today and report my results.

Original comment by joe.roback@gmail.com on 19 Jul 2009 at 5:27

GoogleCodeExporter commented 9 years ago
You could also try resizing the window (and quitting) to see if the values for 
"NSWindow Frame mainWindow" 
change at all.

Original comment by paracel...@gmail.com on 19 Jul 2009 at 5:45

GoogleCodeExporter commented 9 years ago
ok update.

1) if i resize it larger than the startup size its remembered.
2) if i resize it smaller than the startup size, its reverts back to the 
startup size

Original comment by joe.roback@gmail.com on 22 Jul 2009 at 12:03

GoogleCodeExporter commented 9 years ago
Interesting. I'll investigate that.

Original comment by paracel...@gmail.com on 22 Jul 2009 at 12:09

GoogleCodeExporter commented 9 years ago
Finally worked out what was going on, should be fixed now.

Original comment by paracel...@gmail.com on 30 Jul 2009 at 7:47