Ive wrote some code that changes backgrounds in home screen, It works beautifully! BUT...
whenever i go back to the home screen i always get the same picture (#1) and it will start re-scrolling
Is there ANY way i can either
A, add a button to the homescreen to lock the current picture (preferable, then i can do a slideshow whenever i want by unticking it)
B, Add a context menu option to my photos to set the picture as my backdrop
(Im sure this would be possible by making the button copy & rename a file, I can leave the skins link static)
C, if i Stop them scrolling by default and use the onup/ondown ect command to jump to the next one in the list??
In order of preference id LIKE A,C, then B as a last resort
I understand ill HAVE to reprogram MP for option B, could anyone help?
Current code below
<control>
<description>Screen Changer</description>
<type>animation</type>
<textures>
Backdrops\1.jpg;
Backdrops\2.jpg;
Backdrops\3.jpg;
Backdrops\4.jpg;
Backdrops\5.jpg;
Backdrops\6.jpg;
Backdrops\7.jpg;
Backdrops\8.jpg;
Backdrops\9.jpg;
Backdrops\10.jpg;
Backdrops\11.jpg;
Backdrops\12.jpg;
Backdrops\13.jpg;
Backdrops\14.jpg;
Backdrops\15.jpg;
Backdrops\16.jpg;
Backdrops\17.jpg;
Backdrops\18.jpg;
Backdrops\19.jpg
</textures>
<width>1290</width>
<height>1025</height>
<Duration>00:10:00</Duration>
<RepeatBehavior>100000</RepeatBehavior>
<FillBehavior>HoldEnd</FillBehavior>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</control>
whenever i go back to the home screen i always get the same picture (#1) and it will start re-scrolling
Is there ANY way i can either
A, add a button to the homescreen to lock the current picture (preferable, then i can do a slideshow whenever i want by unticking it)
B, Add a context menu option to my photos to set the picture as my backdrop
(Im sure this would be possible by making the button copy & rename a file, I can leave the skins link static)
C, if i Stop them scrolling by default and use the onup/ondown ect command to jump to the next one in the list??
In order of preference id LIKE A,C, then B as a last resort
I understand ill HAVE to reprogram MP for option B, could anyone help?
Current code below
<control>
<description>Screen Changer</description>
<type>animation</type>
<textures>
Backdrops\1.jpg;
Backdrops\2.jpg;
Backdrops\3.jpg;
Backdrops\4.jpg;
Backdrops\5.jpg;
Backdrops\6.jpg;
Backdrops\7.jpg;
Backdrops\8.jpg;
Backdrops\9.jpg;
Backdrops\10.jpg;
Backdrops\11.jpg;
Backdrops\12.jpg;
Backdrops\13.jpg;
Backdrops\14.jpg;
Backdrops\15.jpg;
Backdrops\16.jpg;
Backdrops\17.jpg;
Backdrops\18.jpg;
Backdrops\19.jpg
</textures>
<width>1290</width>
<height>1025</height>
<Duration>00:10:00</Duration>
<RepeatBehavior>100000</RepeatBehavior>
<FillBehavior>HoldEnd</FillBehavior>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</control>