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 Jeremy K
on
I use this method to load the appropriate track map in my race info overlay, so it's working fine. Some things for you to check:
- The path might be case-sensitive. Are you sure the folder starts with a capital C? - Are you sure the Data Binding is to carid? - What format are your images? You didn't provide that in your example. So, for example, if in your "Cars/" folder, you have an image for the Mazda cup, it could be 67.png, in which case, your path definition needs to be "Car/{0}.png" - If all of that is set up correctly, it could be your sub widget is not visible. Lots of possible reasons for this. One trick i like to do is force the background of the subwidget to a bright colour so that i can see it's fully visible within the bounds of parent widget.
I hope one or more of those suggestions is helpful.