Heureka, ich habs gefunden!!!!
In der IncludesAnimation.xml
<!-- LEFT MENU ANIMATIONS -->
<include name="leftMenuSlide">
<!-- HOME -->
<animation effect="slide" start="162" end="0" time="500" condition="Window.IsActive(0) + [Control.HasFocus(300) | [ControlGroup(9020).HasFocus()]]">Conditional</animation>
<animation effect="slide" start="0" end="162" time="500" condition="Window.IsActive(0) + !Control.HasFocus(300) + ![ControlGroup(9020).HasFocus()]">Conditional</animation>
<!-- -->
<animation effect="slide" start="162" end="0" time="500" condition="!ControlGroup(300).HasFocus() | Window.IsVisible(134) + ![ControlGroup(9020).HasFocus()]">Conditional</animation>
<animation effect="slide" start="0" end="162" time="500" condition="ControlGroup(300).HasFocus()">Conditional</animation>
</include>
<include name="cutieLeftMenuSlide">
<!-- HOME -->
<animation effect="slide" start="162" end="0" time="500" condition="Window.IsActive(0) + [Control.HasFocus(300) | [ControlGroup(5000).HasFocus()]]">Conditional</animation>
<animation effect="slide" start="0" end="162" time="500" condition="Window.IsActive(0) + !Control.HasFocus(300) + ![ControlGroup(5000).HasFocus()]">Conditional</animation>
<!-- -->
<animation effect="slide" start="162" end="0" time="500" condition="!ControlGroup(300).HasFocus() | Window.IsVisible(134) + ![ControlGroup(5000).HasFocus()]">Conditional</animation>
<animation effect="slide" start="0" end="162" time="500" condition="ControlGroup(300).HasFocus()">Conditional</animation>
</include>
Bei ControlGroup stand 5000 drin. Habe es auf 9020 geändert und siehe da, der Background wird nicht mehr eingeblendet JUHU
Dadurch das ich das bei cutieLeftMenuSlide noch nicht geändert habe (siehe oben) taucht dieses immer noch mit auf. Ich denke das nennt man "empirisches Ermitteln" oder "Glück von Anfänger" (Miyagi-Style)
Oliver