- Rififi77 - 2010-12-18 18:52
Hello,
for the new option "Notifications" added in the menu add-ons for the latest version of xbmc.
![[Image: 783822screenshot031.png]](http://img4.hostingpics.net/pics/783822screenshot031.png)
Code:
AddonBrowser.xml
@@ -32,7 +32,7 @@
<control type="image"><!-- Floor -->
<posx>300</posx>
<posy>650</posy>
- <width>700</width>
+ <width>680</width>
<height>70</height>
<texture>backdrops/test2.png</texture>
<visible allowhiddenfocus="true">ControlGroup(7000).HasFocus + !Skin.HasSetting(LockViews)</visible>
@@ -52,8 +52,8 @@
<label>103</label>
</control>
<control type="radiobutton" id="5">
- <description>randomize</description>
- <width>160</width>
+ <description>Enable auto-updates</description>
+ <width>170</width>
<height>30</height>
<font>Font_Bartowski_Smaller_MenuTitle</font>
<textcolor>ff000000</textcolor>
@@ -63,6 +63,18 @@
<textoffsetx>10</textoffsetx>
<width>150</width>
</control>
+ <control type="radiobutton" id ="6">
+ <description>No notifications</description>
+ <width>170</width>
+ <height>30</height>
+ <font>Font_Bartowski_Smaller_MenuTitle</font>
+ <textcolor>ff000000</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="5">confluence/button-focus.png</texturefocus>
+ <label>25000</label>
+ <textoffsetx>10</textoffsetx>
+ <width>150</width>
+ </control>
</control>
</control>
<include>Global_Time_TopRight_Files</include>
@+
- KiSUAN - 2010-12-18 20:05
Good ones!!
- Rififi77 - 2010-12-18 21:55
Hello,
Fixed bug weather or every day have the same climatic conditions
NOW
![[Image: mini_201931screenshot034.png]](http://img4.hostingpics.net/thumbs/mini_201931screenshot034.png)
AFTER
![[Image: mini_414503screenshot035.png]](http://img4.hostingpics.net/thumbs/mini_414503screenshot035.png)
Code:
MyWeather.xml
@@ -227,7 +227,7 @@
<width>195</width>
<height>300</height>
<!-- condition icon -->
- <control type="image" id="35">
+ <control type="image">
<info>Window.Property(Day1.OutlookIcon)</info>
<width>128</width>
<height>128</height>
@@ -246,7 +246,7 @@
<align>center</align>
</control>
<!-- condition -->
- <control type="label" id="34">
+ <control type="label">
<info>Window.Property(Day1.Outlook)</info>
<width>175</width>
<height>35</height>
@@ -314,7 +314,7 @@
<width>195</width>
<height>300</height>
<!-- condition icon -->
- <control type="image" id="35">
+ <control type="image">
<info>Window.Property(Day2.OutlookIcon)</info>
<width>128</width>
<height>128</height>
@@ -333,7 +333,7 @@
<align>center</align>
</control>
<!-- condition -->
- <control type="label" id="34">
+ <control type="label">
<info>Window.Property(Day2.Outlook)</info>
<width>175</width>
<height>35</height>
@@ -401,7 +401,7 @@
<width>195</width>
<height>300</height>
<!-- condition icon -->
- <control type="image" id="35">
+ <control type="image">
<info>Window.Property(Day3.OutlookIcon)</info>
<width>128</width>
<height>128</height>
@@ -420,7 +420,7 @@
<align>center</align>
</control>
<!-- condition -->
- <control type="label" id="34">
+ <control type="label">
<info>Window.Property(Day3.Outlook)</info>
<width>175</width>
<height>35</height>
@+
- mcborzu - 2010-12-19 02:24
@Rififi77
Thx got those in, though the link to addons in Settings submenu I already have under Addons Home link instead....
- ppic - 2010-12-19 06:07
you already have one in program submenu.
- Rififi77 - 2010-12-19 07:47
mcborzu Wrote:@Rififi77
Thx got those in, though the link to addons in Settings submenu I already have under Addons Home link instead....
ah ok
but I do not use the addons menu, I go through the favorites menu to access them directly, then it's more easy for me to have access to their configuration by the setup menu.
Otherwise thank you again for your work.
@+
- Alexandr3 - 2010-12-20 19:12
Hi! Great skin, however one small but annoying detail...
how can we change thay cyan colour that's all over the skin to something else?
I imagine it's in the colors.xml file, is it? and which strings should be changed?
Thanks in advance!
- stoli - 2010-12-20 19:20
Alexandr3 Wrote:Hi! Great skin, however one small but annoying detail...
how can we change thay cyan colour that's all over the skin to something else?
I imagine it's in the colors.xml file, is it? and which strings should be changed?
Thanks in advance!
just change mainblue to something else in defaults.xml in the colors folder.
- Alexandr3 - 2010-12-20 19:27
Thanks a lot!!
- logictester - 2010-12-21 22:31
latest update removed the fanart support for file lists?
|