View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0008237 | Valley 1 | GUI | May 27, 2012 5:54 pm | May 30, 2012 2:27 pm | |
Reporter | jruderman | Assigned To | Chris_McElligottPark | ||
Status | closed | Resolution | unable to reproduce | ||
Product Version | 1.036 | ||||
Summary | 0008237: Deleting a world should remove it from "Quick Load Your Last World" | ||||
Description | Otherwise I get a "Could Not Load Error" clicking it. | ||||
Tags | No tags attached. | ||||
Internal Weight | Feature Suggestion | ||||
|
It already does this; I can't duplicate it not doing this. Possibly your OS just hasn't finished the deletion process when you get back to the menu, I'm not sure. But there's nothing we can do about that if that's what it is. |
|
You could have it make a synchronous delete request, and not return to the main menu until whatever call you are making says it is all deleted. (Maybe have a popup saying what it is doing instead of just pausing) |
|
To my knowledge there isn't a synchronous delete request for a folder in .NET. And if we did that, the entire interface would lock up for potentially 5-10 seconds or however long it took to do it. In general, the issue is small enough that it doesn't seem worth putting in 30-60 minutes to solve it. It's pretty much already solved with a "Could Not Load World" message for the edge cases. |
|
You could synchronously rename the folder, and then asynchronously delete it. |
Date Modified | Username | Field | Change |
---|---|---|---|
May 27, 2012 5:54 pm | jruderman | New Issue | |
May 29, 2012 11:30 am | tigersfan | Internal Weight | => Feature Suggestion |
May 29, 2012 11:30 am | tigersfan | Status | new => considering |
May 30, 2012 11:36 am | Chris_McElligottPark | Note Added: 0025154 | |
May 30, 2012 11:36 am | Chris_McElligottPark | Status | considering => closed |
May 30, 2012 11:36 am | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
May 30, 2012 11:36 am | Chris_McElligottPark | Resolution | open => unable to reproduce |
May 30, 2012 11:39 am | TechSY730 | Note Added: 0025155 | |
May 30, 2012 11:40 am | Chris_McElligottPark | Note Added: 0025156 | |
May 30, 2012 2:27 pm | jruderman | Note Added: 0025180 | |
Apr 14, 2014 9:28 am | Chris_McElligottPark | Category | Bug - UI => GUI |