- July 19, 2008
- 243
- 372
- Home Country
- Netherlands
- Moderator
- #881
For some reason I can not get the hour provider image to show up on hour view nor graphic view.. any examples?
Hi Holzi,
The visibilty condition that you are using is not correct: you are using an 'and' operator instead of a 'or' between the Hour and Graphic condition. In this case both views should be visible at the same time.
The correct condition will be:
<visible>string.equals(#WorldWeather.View,Condition)+[string.equals(#WorldWeather.ConditionView,Hour)|string.equals(#WorldWeather.ConditionView,Graphic)]</visible>
Cheers,