How to add scripts/plugins in home screen
#1
I want to add two of my favorite scripts on the home window.
I got some questions how to do this.

I did this in home.xml

<icon>special://skin/images/backgrounds/Name of script.JPG</icon>
<thumb>special://skin/images/backgrounds/Name of script.JPG</thumb>
<onclick>RunScript(special://home/scripts/Name of script/default.py)</onclick>

Icon is the home window text that isn't is marked,but what do I need to change for the marked text?

Thumb is background.But what do I need to change for the home window background?
Reply
#2
Look in <focusedlayout> section and add your "script" focused text image.

Code:
<control type="image">
     <Description>Scripts</Description>
     <posx>20</posx>
     <include>HomeMenuCategoryFocusDim</include>
     <texture>special://skin/images/backgrounds/Name of script focused.JPG</texture>
     <visible>Container(850).HasFocus(9)</visible>                                                                                   <include>HomeMenuCategoryFocusAnim</include>
</control>
Reply
#3
Thanks

tikkiew Wrote:But what do I need to change for the home window background?

I made a mistake on my last question.The question should be.What do I need to change for the category icons?
Reply
#4
tikkiew Wrote:Thanks



I made a mistake on my last question.The question should be.What do I need to change for the category icons?

Do you mean the picture icons that popup? If thats the case then do a search for "Category Icon Area" without quotes in home.xml
Reply
#5
yes I mean that .Thanks .
Reply
#6
How can I change the position of the unfocused text?
Reply

Logout Mark Read Team Forum Stats Members Help
How to add scripts/plugins in home screen0