Going to try my best to explain thisIn my program I have 2 .xmls (main.xml and episode.xml). Think of it like the hulu-feeds source where episode.xml is reused for different screens. Here is my issue. I have a window that contains a group-list of items..
This menu is repeated on both the main and episode xmls. The user is on the main page and selects [Page 1] (Boxee now remembers this selection). So I am on Page 1 now and go back to the [Main] page though that menu the main is loaded, but my selection is now moved back to [Page 1] because that is the last link the user was on when they were on the main.xml...Code:Main (main.xml) Page 1 (episode.xml?link=1) Page 2(episode.xml?link=2) ect.
hopefully this all makes senseI tried setting the item with <onload>SetFocus(id)</onload>, but this doesn't feel right either as the remembered item is selected and then the focus is changed once the entire window finishes loading.


In my program I have 2 .xmls (main.xml and episode.xml). Think of it like the hulu-feeds source where episode.xml is reused for different screens. Here is my issue. I have a window that contains a group-list of items..
Reply With Quote
Bookmarks