How to add scripts/plugins in home screen

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tikkiew Offline
Fan
Posts: 347
Joined: Jun 2008
Reputation: 127
Post: #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?
(This post was last modified: 2009-10-01 02:01 by tikkiew.)
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #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>
find quote
tikkiew Offline
Fan
Posts: 347
Joined: Jun 2008
Reputation: 127
Post: #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?
(This post was last modified: 2009-10-01 00:51 by tikkiew.)
find quote
scarfa Offline
Skilled Skinner
Posts: 413
Joined: Jul 2008
Reputation: 25
Post: #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
find quote
tikkiew Offline
Fan
Posts: 347
Joined: Jun 2008
Reputation: 127
Post: #5
yes I mean that .Thanks .
find quote
tikkiew Offline
Fan
Posts: 347
Joined: Jun 2008
Reputation: 127
Post: #6
How can I change the position of the unfocused text?
find quote