I found one error and on display problem, both for the live notification.
First the error:
The live pop-up is not using the rules set in the config.
I made a table seen in Bild 001.png. Then I created a rule to skip a line which have a "=" on position 4.
As you seen in the picture in the config preview this is working fine. This is also working inside the plugin Bild 002.png. But when there are changes in a skipped line it is shown in the live notification. Bild 003.png
And the display problem:
The last line in the live notification has another font.
A think the picture says everything. In Bild 004.png you seen, that the last line in this case the forth line of the results has another font. In Bild 003.png it is the second one.
I'm using MP 1.3 RC and MyScorecenter 2.7.0.1b
By the way, the feature to show the score difference is working fine for me, but I'm hoping you will find another way to show the difference. I don't think to surround the difference with two stars is a good one.
The issue is happening because the rules are not exported to the live settings.
I'm looking into it.
For the score difference it was not supposed to be in the released yet.
I implemented the feature to calculate the difference but the problem is that for now the whole score in the popup is displayed as a single line so I used the "*" tp test if it was working.
The idea is still to have a different style (color/bold) but since it is not possible to change the style in a Label control, I need to dynamically create several controls, align them ....
No idea, I have it too with the Titan Skin
It seems to be an issue with the Skin Engine since in fact all the scores are displayed in the same control.
A workaround is to add a "New line" at the end of the scores.
For the first problem, adding the rules was easy but I still need to "execute" them which is more difficult than I thought.