Multiplex screen outline problem
#1
Image

As you see on the screenshot, the picture of the movie is outlined, how can I fix this?
Reply
#2
In the viewtype_multiplex file I have to go at line 375 and edit the vaules to the following, it might be the same for you, but i'm not sure

Code:
                <control type="image">
                    <posx>-40</posx>
                    <posy>30</posy>
                    <width>613</width>
                    <height>347</height>
                    <texture>common/black.png</texture>
                    <visible>Player.HasVideo</visible>
                </control>                
                <control type="videowindow">
                    <posx>-40</posx>
                    <posy>30</posy>
                    <width>613</width>
                    <height>347</height>
                </control>

Hope this helps.
Reply

Logout Mark Read Team Forum Stats Members Help
Multiplex screen outline problem0