Re: Re : My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin
All three solutions you suggested are capable. (Except no PinIcon)
I tried different things.
First, I changed the Live Status color.
Easy, just need to have an id for the label (60).
To hide the PinIcon is possible, but then you cannot know what will be on the live without starting it.
And (for now) the live has to be stopped to set a score as live.
Then I tried to used a different PinIcon (a grayed version).
It's nice but I wanted to use this to show scores that can be set as live but are not enabled, so that you don't need to go to the context menu to see that you cannot enable the live for this score. Note that for now all scores can be enabled, except folders and WF scores where only results can be enabled.
But we could have three different icons: Set and On, Set and Off and Not Set (and nothing when not possible)
Then, I created a new property ScoreCenter.LiveOn which is equal to 0 if live is OFF and 1 when it's ON.
Then by using a visible condition = string.equals(#ScoreCenter.LiveOn,1)
I can show / hide a picture to do something like this (red border)
View attachment 89612
Then it will be up to the skinner to decide how to show the live status.
But if you really, really, really want the previous options I can make them optional.
All three solutions you suggested are capable. (Except no PinIcon)