Hi
I have setup a XML Data sources in vMix where I am getting this data from an online powerlifting competition software.
<lofter>
<id>10539</id>
<navn>Caroline Hoff Hansen</navn>
<runde>2</runde>
<vekt>95.0</vekt>
<ovelse>Benkpress</ovelse>
<ovelse_kort>BP</ovelse_kort>
<kategori>Åpen</kategori>
<vektklasse>52</vektklasse>
<klokke> </klokke>
<klokke_minutter> </klokke_minutter>
<klubb>Arendal SVK</klubb>
<plassering>1</plassering>
<total>90</total>
<total_prognose>95</total_prognose>
<poeng>777.02</poeng>
<poeng_prognose>816.74</poeng_prognose>
<prognose_plassering>1</prognose_plassering>
<prognose_loft>1</prognose_loft>
<prognose_tekst>1.</prognose_tekst>
<rekorder> </rekorder>
<forsok1>90.0</forsok1>
<forsok1_status>G</forsok1_status>
<forsok2>95.0</forsok2>
<forsok2_status>D</forsok2_status>
<forsok3> </forsok3>
<forsok3_status>D</forsok3_status>
<best_kb> </best_kb>
<best_bp>90.0</best_bp>
<best_ml> </best_ml>
</lofter>
PS this data will change when it is the next lifters turn.
I have created a GT Title where this data are beeing used, but I am trying
to achieve when the forsok1_status has a value of G then forsok1 get a
green box. If forsok1_status has a value of U then forsok1 get a red box.
If forsok1_status has a value of D then
forsok1 get no box only display the value from forsok1. I am trying the title look like this (se attachment)
title.jpg
(37kb) downloaded 3 time(s).Getting it to display forsok1 was easy, but getting the red or green box behind forsok1 based on if forsok1_status is G or D was not easy
When I google around a read something by using XAML, but I am not sure how to use that in my case.
Hope someone can help