How do I go back after using GUI.ActivateWindow?
#1
So I'm trying to open a window or atleast a sub view within the same window but I can't figure out how to go back to the view that opened the next view. For example, If I open a collection within movietitles, then going back will take me to the sets / collection tree instead of back to the movietitles. I've found this issue also when I traverse TVShows etc. If I open a window, say, Breaking Bad from TVShows then going back will go through the whole tree where as going back from TVShows will take me back to the main menu. I've added return but this always results in going back to the Main Menu no matter what window I open. I use {"jsonrpc":"2.0","method":"GUI.ActivateWindow","params":{"window":"videos", "parameters":["videodb://movies/sets/169/?setid=169", "return"},"id":"1"}} and without return. Any ideas? Surely I'm missing something because skins seems to do this fine.
Reply
#2
Seems that using Container.Update(path) gives me the desired results
Reply

Logout Mark Read Team Forum Stats Members Help
How do I go back after using GUI.ActivateWindow?0