Kodi Community Forum
Clear List on Window/Page - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Clear List on Window/Page (/showthread.php?tid=344901)



Clear List on Window/Page - ekwus - 2019-06-24

Hi

Is there a way to clear a list currently displayed on a window/page? I want to clear the list onunload so it is empty the next time the page is visited.

At the moment you see the previous filter selection every time you visit the page for a brief second before the new contents overwrite it.

Thanks for any help or hints.

Cheers

Dave


RE: Clear List on Window/Page - illfigurethisout - 2019-06-24

I've had a similar issue.  My solution was to simply delay the visibility with an fade animation.   A little hacky, but it solved the issue.