Are you sure you want to report the post shown below? This will send an email to the ATVO administrators.
Please include a short reason for reporting.
Users reporting for no reason may be locked out.
Post
Posted by Nick Thissen
on
What if the next page has only 4 items? It would show graphics with no data.
The ticker is designed to handle this for you. The Widget should be an empty widget with at most some background, and a single SubWidget as the template. The template represents a single item in the ticker, including colors, images, text, data, etc. The ticker then copies that template however many times is needed (e.g. once for every driver in the session usually), and shows the appropriate subset of them in case of paging tickers.
I recommend you start with a simple empty theme to get used to how tickers work first. Start with just some text, then start adding in backgrounds to the template to see how it all works.