2008-08-18, 01:21 AM
gehing Wrote:have a lot of directories with DVD structure that I play from MovieWiz. When I play a DVD and click Stop, it always goes back to the main menu instead of the category list where I started playing it. Because of the "remember last location" problem, I have to go in MovieWiz and go through all the categories to find what I was just playing. Can this be fixed or is there any setting for that?It looks like MovieWiz is attempting to return and display the items list, but I think the Back to Main is getting called from sub's code, as can be seen in the log snippet below.
Is this new behavior?
Also, FYI, it looks like you're running v1.0.17.0, there is a newer version.
Code:
2008-08-17 18:22:07.959 VERBOSE [1] original location: {X=560,Y=451} translated to: {X=68.96552, Y=88.95464}
[B]2008-08-17 18:22:08.150 VERBOSE [1] ReturnToMainMenu()[/B]
[B]2008-08-17 18:22:08.150 VERBOSE [1] Movie Wizard is currently active[/B]
[B]2008-08-17 18:22:08.150 VERBOSE [1] Movie Wizard.Deactivate() called[/B]
2008-08-17 18:22:08.150 VERBOSE [1] MovieWiz: Deactivate()- CALLED
2008-08-17 18:22:08.150 VERBOSE [1] WizUiTextBox: GetRenderList()- [VideoThumbnail] using CACHED normalUiElement.
2008-08-17 18:22:08.150 VERBOSE [1] WizUiList: GetRenderList()- LIST: [Categories] currentIndex = 6 detailsViewVisibleTopIndex = 6 elapsed: 00m:00s:00ms
2008-08-17 18:22:08.150 VERBOSE [1] WizUiList: GetRenderList()- LIST: Using cached image- CategoriesListSelectedInactive[6]
2008-08-17 18:22:08.151 VERBOSE [1] WizUiList: GetRenderList()- LIST: [Categories] Finished. elapsed: 00m:00s:00ms
2008-08-17 18:22:08.151 VERBOSE [1] WizUiList: GetRenderList()- LIST: [VideoList] currentIndex = 0 detailsViewVisibleTopIndex = 0 elapsed: 00m:00s:00ms
2008-08-17 18:22:08.151 VERBOSE [1] WizUiList: GetRenderList()- LIST: Using cached image- VideoListListSelected[0]
....