home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
WorldWeather plugin v1.10.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Micropolis" data-source="post: 938128" data-attributes="member: 96567"><p>Hi helsten2,</p><p></p><p>I'd put a simple image control to the xml, which contains the information to display the current weather condition.</p><p> </p><p>[code]</p><p> <control></p><p> <description>radar image from helsten2</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>100</posX></p><p> <posY>500</posY></p><p> <width>250</width></p><p> <height>250</height></p><p> <texture>#WorldWeather.ImageWeather0</texture></p><p> <visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ConditionView,Normal)</visible></p><p> </control></p><p>[/code]</p><p>Each time I change the location (e.g. from your home location to Rio), the image cache will be destroyed correctly and rebuild again, if I go back to your home location. I'd made various tests and the texture property contains the latest version of this image (double check with Internet Explorer) and is displayed correctly. Currently I'm out of ideas, where the problem can be located.</p><p> </p><p></p><p>This is a axis calculation problem, in the next few days I'll try to find entry criterias to reproduce this.</p><p> </p><p>Cheers, Micropolis</p></blockquote><p></p>
[QUOTE="Micropolis, post: 938128, member: 96567"] Hi helsten2, I'd put a simple image control to the xml, which contains the information to display the current weather condition. [code] <control> <description>radar image from helsten2</description> <type>image</type> <id>0</id> <posX>100</posX> <posY>500</posY> <width>250</width> <height>250</height> <texture>#WorldWeather.ImageWeather0</texture> <visible>string.equals(#WorldWeather.View,Condition)+string.equals(#WorldWeather.ConditionView,Normal)</visible> </control> [/code] Each time I change the location (e.g. from your home location to Rio), the image cache will be destroyed correctly and rebuild again, if I go back to your home location. I'd made various tests and the texture property contains the latest version of this image (double check with Internet Explorer) and is displayed correctly. Currently I'm out of ideas, where the problem can be located. This is a axis calculation problem, in the next few days I'll try to find entry criterias to reproduce this. Cheers, Micropolis [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
WorldWeather plugin v1.10.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
Top
Bottom