home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TvGuide in navigation history....
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gemx" data-source="post: 420690" data-attributes="member: 26324"><p>Mantis'ed and fixed it in rev. 22647.</p><p>I solved it by preventing to add to sequences of 2 windows which are the same to the history.</p><p></p><p>Assuming the history looks like the following:</p><p>1) tv guide</p><p>2) tv fullscreen</p><p>3) tv guide</p><p></p><p>If you move to tv fullscreen - this window is also added to the history but right after adding the new code checks if (pseudo-code)</p><p></p><p>history[count-1]==history[count-3] AND history[count-2]==history[count-4]</p><p></p><p>if so, it removes the last 2 entries.</p><p>I found that to be a more general working approach as to just prevent a specific window from being added to the history.</p></blockquote><p></p>
[QUOTE="gemx, post: 420690, member: 26324"] Mantis'ed and fixed it in rev. 22647. I solved it by preventing to add to sequences of 2 windows which are the same to the history. Assuming the history looks like the following: 1) tv guide 2) tv fullscreen 3) tv guide If you move to tv fullscreen - this window is also added to the history but right after adding the new code checks if (pseudo-code) history[count-1]==history[count-3] AND history[count-2]==history[count-4] if so, it removes the last 2 entries. I found that to be a more general working approach as to just prevent a specific window from being added to the history. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TvGuide in navigation history....
Contact us
RSS
Top
Bottom