rogerfed1,
Can i add the match time to the scoreboard? It's for Wimbledon scoreboard
Yes, I think you should find all you need in the matchstatboardsub.menu file.
EDIT:
Also It is possible to make the width of a new ico be the same as FullScoreNameW more the width of sets?
Thanks
Ah oups that's a hard point!
I suppose you wanted to use this to have the tournament logo well fits (ATP sb eg).
Well, the width and height of an ico cannot be dynamically set with the menu language (if I remember well) and that's a pb because the total width depends on the number of sets.
So the solution I found a very long time ago

is to define in the XXX_hud.def a total width for 1 set, another for 2 sets, ...
And when displaying the ico, select the good width with several Image items and several appropriate showif on NbSet...
Maybe you should also duplicate the same ico (.tga files) with several widths, the rendering would be better.
Of course, I haven't yet implemented all of this, just ideas!!!
If you have a better solution, share it please!
