Make an image stay on-top
#1
I'm trying to make a dim setting for the PM3 skin by placing a dimmed black image in front of the UI. This works great for some screens just by placing the code for it at the end of the files, but for some that only works partially.

Is there a way to make this image stay in front of all other images/buttons/whatever at all time??

This is my box:
Code:
<control type="image">
        <posx>0</posx>
        <posy>0</posy>
        <width>1280</width>
        <height>720</height>
        <texture>black.jpg</texture>
        <animation effect="fade" start="dimlevel" end="dimlevel" time="0">WindowOpen</animation>
    </control>


edit: this is what I have so far: http://forum.xbmc.org/showthread.php?p=2...post243764
Reply

Logout Mark Read Team Forum Stats Members Help
Make an image stay on-top1