Report post

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 you're suggesting seems to be exactly what I'm doing. See the end of the script, I declare a custom class ChampDriver with some properties to hold this information in a list (actually a Dictionary, which is like a hash table). This should work just fine, but like I said I did not test it.

Writing to an actual spreadsheet binding is problematic since a few builds ago yes. I had to change something to avoid a bug and in that process I seem to have disabled you from easily changing the spreadsheet. But I don't think I can reverse it without introducing back the bug.

Instead of writing the standings to a spreadsheet I proposed here to write it to Custom Data Set objects. That should work very well, the only issue is you'll need one Widget for each type of data (position, car number, driver name, etc). So instead of one parent Widget ticker with different SubWidgets/Labels for each data type, you need a separate Widget with a different Dataset. A bit more annoying to work with, but it should work in the end...