![]() |
|
|||||||
| Focus Subforum for the Focus skin (and mods for/of it). |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Dec 2007
Posts: 136
![]() |
Is it possible by modified some xml file to bring the weather forecast
to the horizontal bar instead of put it under Accessories? |
|
|
|
|
|
#2 |
|
Skilled Skinner
Join Date: Feb 2008
Location: The Netherlands
Posts: 607
![]() |
Sure. Home.xml is the file to edit. There's a section called "main menu" which has 6 buttons. You could add a seventh one and make that open the weather forecast. Just look through the code, shouldn't be too difficult
|
|
|
|
|
|
#3 | |
|
Senior Member
Join Date: Dec 2007
Posts: 136
![]() |
For those who want to do the same thing copy and paste this in your home.xml
in the main menu section Quote:
Last edited by roeroe; 2008-09-30 at 05:35. |
|
|
|
|
|
|
#4 |
|
Member
Join Date: Mar 2009
Posts: 42
![]() |
I alpha 6c this seems to work best:
Code:
<control type="button" id="8"> <description>Weather Button</description> <label>Weather</label> <posx>680</posx> <posy>0</posy> <width>140</width> <height>44</height> <onleft>5</onleft> <onright>6</onright> <onup>1</onup> <ondown>2</ondown> <onclick>ActivateWindow(2600)</onclick> <include>menubarButton</include> </control> Last edited by theotocopulitos; 2009-03-10 at 00:27. Reason: Mistake! |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2009
Posts: 2
![]() |
The best skin so far is Focus! keepup the good work.
I have tried both the codes in home.xml. I am able to get the Weather button on the horizontal bar. But it is not getting selected, so I am not able to click it. Any help would be great. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|