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
Support
General Support
Random Slideshow problem
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="rekenaar" data-source="post: 212384" data-attributes="member: 27829"><p>Since I am using the slideshow feature on a daily basis, I would really like to have this bug fixed.</p><p></p><p>I never before looked at c# code, but since I have java programming experience, I decided to try and look at the code. </p><p></p><p>Downloaded VC# Express 2008.</p><p>Downloaded other requirements.</p><p>Downloaded source.</p><p></p><p>Inserted a few log statements and I now have a fix for this bug. Can one of the developers PLEASE PLEASE look at this and help me get it in SVN.</p><p></p><p>Under WindowPlugins, GUIPictures, GUISlideShow.cs:</p><p>LoadSettings() is somehow only called after StartSlideShow(). That is why all variables have the right values the second time - it is called, but too late for the first run.</p><p></p><p>If we can call it at the start of the slideshow, it works perfectly:</p><p>[CODE] public void StartSlideShow()</p><p> {</p><p> LoadSettings();[/CODE]</p><p>and</p><p>[CODE] public void StartSlideShow(string path)</p><p> {</p><p> LoadSettings();[/CODE]</p><p></p><p>This was confirmed by building the project and only replacing the WindowPlugins.dll file in my MP installation.</p><p></p><p>Please help me.</p><p></p><p>Secondly, by looking at the code, I noticed that the button R.Slideshow is for Recursive Slideshow and NOT Random Slideshow as I thought <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite10" alt=":oops:" title="Oops! :oops:" loading="lazy" data-shortname=":oops:" /> . I guess most of you knew that, but I am posting just in case someone else who did not know it, reads this.</p><p></p><p>Thank you.</p></blockquote><p></p>
[QUOTE="rekenaar, post: 212384, member: 27829"] Since I am using the slideshow feature on a daily basis, I would really like to have this bug fixed. I never before looked at c# code, but since I have java programming experience, I decided to try and look at the code. Downloaded VC# Express 2008. Downloaded other requirements. Downloaded source. Inserted a few log statements and I now have a fix for this bug. Can one of the developers PLEASE PLEASE look at this and help me get it in SVN. Under WindowPlugins, GUIPictures, GUISlideShow.cs: LoadSettings() is somehow only called after StartSlideShow(). That is why all variables have the right values the second time - it is called, but too late for the first run. If we can call it at the start of the slideshow, it works perfectly: [CODE] public void StartSlideShow() { LoadSettings();[/CODE] and [CODE] public void StartSlideShow(string path) { LoadSettings();[/CODE] This was confirmed by building the project and only replacing the WindowPlugins.dll file in my MP installation. Please help me. Secondly, by looking at the code, I noticed that the button R.Slideshow is for Recursive Slideshow and NOT Random Slideshow as I thought :ooops: . I guess most of you knew that, but I am posting just in case someone else who did not know it, reads this. Thank you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Random Slideshow problem
Contact us
RSS
Top
Bottom