Eine Frage noch: Welche klasa-Version ist das bzw. von wo hast du ihn her? Dann kann ich mir den auch mal ziehen und nach den durchsichtigen Widgets suchen.
Edit: Habe jetzt diesen Link hier genommen:
http://www.fm-base.co.uk/forum/downloads.php?do=file&id=829Entpackt und in folgendes Verzeichnis gegangen:
klasa\panels
match full window.xml geöffnet und dort nach alpha (
da dieser Wert die Transparenz bestimmt) gesucht.
Folgende Einträge sind zu finden:
<!-- Match stats widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="260" height="350" id="msts" hidden="true" reduce_alpha="mstl">
<!-- Action zones widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="220" height="183" id="macz" hidden="true" reduce_alpha="azpt">
<!-- Radar widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="220" height="180" id="mrdr" hidden="true" reduce_alpha="ptch">
<!-- Home player ratings widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="mhmr" hidden="true" reduce_alpha="mtst">
<!-- Away player ratings widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="mawr" hidden="true" reduce_alpha="mtst">
<!-- Home assistant manager analysis widget -->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="300" height="400" id="mhma" hidden="true" reduce_alpha="mafl">
<!-- Away assistant manager analysis widget -->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="300" height="400" id="mawa" hidden="true" reduce_alpha="mafl">
<!-- Home player motivation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="hmmt" hidden="true" reduce_alpha="mtst">
<!-- Away player motivation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="awmt" hidden="true" reduce_alpha="mtst">
<!-- Home Formation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="200" height="310" id="mfmh" hidden="true" reduce_alpha="pwtc">
<!-- Away Formation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="200" height="310" id="mfma" hidden="true" reduce_alpha="pwtc">
<!-- Match report widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="260" height="250" id="mrpt" hidden="true" reduce_alpha="mrit">
<!-- Latest Scores widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="350" height="220" id="mlsc" hidden="true" reduce_alpha="mlst">
Meiner Meinung nach geht das jetzt wie folgt:
Du löschst überall da den reduce_alpha-Tag, wo du
kein durchsichtiges Fenster haben willst.
Also zum Beispiel bei allen:
<!-- Match stats widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="260" height="350" id="msts" hidden="true">
<!-- Action zones widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="220" height="183" id="macz" hidden="true">
<!-- Radar widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="220" height="180" id="mrdr" hidden="true">
<!-- Home player ratings widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="mhmr" hidden="true">
<!-- Away player ratings widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="mawr" hidden="true">
<!-- Home assistant manager analysis widget -->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="300" height="400" id="mhma" hidden="true">
<!-- Away assistant manager analysis widget -->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="300" height="400" id="mawa" hidden="true">
<!-- Home player motivation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="hmmt" hidden="true">
<!-- Away player motivation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="280" height="362" id="awmt" hidden="true">
<!-- Home Formation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="200" height="310" id="mfmh" hidden="true">
<!-- Away Formation widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="200" height="310" id="mfma" hidden="true">
<!-- Match report widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="260" height="250" id="mrpt" hidden="true">
<!-- Latest Scores widget-->
<container class="mfpb" appearance="pitch/boxes/match_day_info_neutral/paper" width="350" height="220" id="mlsc" hidden="true">