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
MediaPortal 1 Plugins
MyTorrents
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="fcsobel" data-source="post: 88779" data-attributes="member: 16823"><p><strong>View Mode Switching</strong></p><p></p><p>Made some minor fixes to My Torrents and My Podcasts. Plugins should now remember the last View Mode you selected (Icons, list...etc). Also fixed a related bug; you may have noticed when switching Views that items from a previous list would get mixed in with the current ones. This has now been fixed. See the first post for links and instrcutions on install.</p><p></p><p>This bug was due to using the Clear() method on the FacadeView. I mention this because others may make the same mistake. You want to use GUIControl.ClearControl(...) to clear the whole list.</p><p></p><p>// This code is not so good:</p><p>facadeView.Clear();</p><p></p><p>// This is how you want to clear the list:</p><p>GUIControl.ClearControl(GetID, facadeView.GetID)</p></blockquote><p></p>
[QUOTE="fcsobel, post: 88779, member: 16823"] [b]View Mode Switching[/b] Made some minor fixes to My Torrents and My Podcasts. Plugins should now remember the last View Mode you selected (Icons, list...etc). Also fixed a related bug; you may have noticed when switching Views that items from a previous list would get mixed in with the current ones. This has now been fixed. See the first post for links and instrcutions on install. This bug was due to using the Clear() method on the FacadeView. I mention this because others may make the same mistake. You want to use GUIControl.ClearControl(...) to clear the whole list. // This code is not so good: facadeView.Clear(); // This is how you want to clear the list: GUIControl.ClearControl(GetID, facadeView.GetID) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyTorrents
Contact us
RSS
Top
Bottom