2013-02-27, 13:31
Can you make the weather feature optional? i prefer the older way.
(2013-02-27, 10:17)toiva Wrote:(2013-02-27, 07:48)illiac4 Wrote: From one day to another i have lost weather on main menu. Even if i disable and enable it in settings it does not show,
I changed the weather widget to show only weather menu items is focused.
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out">Hidden</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out">Visible</animation>
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(7)">WindowClose</animation>
<animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(7)">WindowOpen</animation>
<visible>Skin.HasSetting(homepageWeatherinfo) + !IsEmpty(Weather.Plugin) + Container(9000).HasFocus(7)</visible>
<visible>Skin.HasSetting(homepageWeatherinfo) + !IsEmpty(Weather.Plugin)</visible>