Kodi Community Forum

Full Version: Problem with visibility condition while using Container.IsUpdating boolean
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I am currently making a loader to display when a container is updating content. So i made the following visibility condition for the loader:

<visible>Container($PARAM[ContainerID]).IsUpdating + !Integer.IsGreater(Container($PARAM[ContainerID]).NumItems,0)</visible>

Everything works - except the loader is flickering. Is this normal while using the IsUpdating boolean?
Edit: sorry NM, got wrong idea=-O
Maybe add a timed fade animation?
Sorry! It was a driver issue, nothing with the skin. But thanks anyway Smile