***.IsFetched for Recent Added / Random Items

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
liquidskin76 Offline
Skilled Skinner
Posts: 1,288
Joined: Aug 2009
Reputation: 16
Location: UK
Post: #1
Hi,

Was curious if '***.IsFetched' exists for recent/random? Similar to 'Weather.IsFetched'. Maybe something like 'Recent.IsFetched' and Random.IsFetched'.

At the moment, to improve look and feel, i'm running an animation (with a delay) for the recent/random on startup. After that i'm running a Visible/Hidden animation.

Just looking to improve/simplify by running '<visible>Weather.IsFetched</visible>', then animation.

Cheers

Welo... a skin for XBMC

HTPC: Streacom FC1 Evo Case | Asus P8H77-I ITX | Intel Core i3 3220T | Kingston HyperX SSD | Kingston DDR3 RAM
Home AV: Sony KDL-40HX723 | Sky+HD | Sony BDP-S480 BD Player | Sony STR-DH820 AV Receiver | Sony Speaker System | Sony PS3 Slim | Logitech Harmony Touch
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #2
liquidskin76 Wrote:Hi,

Was curious if '***.IsFetched' exists for recent/random? Similar to 'Weather.IsFetched'. Maybe something like 'Recent.IsFetched' and Random.IsFetched'.

At the moment, to improve look and feel, i'm running an animation (with a delay) for the recent/random on startup. After that i'm running a Visible/Hidden animation.

Just looking to improve/simplify by running '<visible>Weather.IsFetched</visible>', then animation.

Cheers

!IsEmpty(recent/random** label/path)

My skins:

Quartz
Amber
find quote
jim0thy Offline
Junior Member
Posts: 17
Joined: Mar 2010
Reputation: 0
Post: #3
Maybe use something like

Code:
IntegerGreaterThan($INFO[Window.Property(LatestEpisode.[1-10].EpisodeNo), 1)



Edit: That'll teach me not to refresh the page before posting!
(This post was last modified: 2012-03-08 16:33 by jim0thy.)
find quote