Not Possible to stretch or scale "Visualisation" in Home
#1
Hello @ all

Im currently Working on a "Now Playing" Widget, and have Big trubble to Place the Visualisatione the right way in. (aspectratio issues and Positioning issues)
(Problems of Positioning on Screens with diffrent Resolutions (diffrent Positions on the x-acis) in the code underneath i have to set "posx" to 65 to get "posx"15 !)

Hers my Code:
PHP Code:
<control type="group" id="9201">
            <
posx>10</posx>
            <
posy>85</posy>
            <!--
width>460</width>
            <
height>280</height-->
            <
visible>Player.HasAudio</visible>
            <
control type="image">
                <
description>BlackBack</description>
                <
posx>10</posx>
                <
posy>0</posy>
                <
width>460</width>
                <
height>280</height>
                <
border>0,5,0,5</border>
                <
texture>BlackBack.png</texture>
                <!--
colordiffuse>AAFFFFFF</colordiffuse-->
            </
control>
            <
control type="visualisation" id="2">
                <
description>visualisation</description>
                <
posx>65</posx>
                <
posy>0</posy>
                <
width>390</width>
                <
height>280</height>
                <
aspectratio>keep</aspectratio>
            </
control>
            <!-- 
Music Info -->
            <
control type="group">
                <
posx>0</posx>
                <
posy>0</posy>
                <
visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)</visible>
                <include>
VisibleFadeEffect</include>
                <include>
Window_OpenClose_Animation</include>
                <!--
Start rotating CDArt-->
                                   .......................... 
(the Widget is included via "include" in the Home.xml)

Greetings

EDIT: Seems it doesnt make a Difference if im on Gotham alpha or Frodo! /EDITEND
Reply
#2
The visualisation can't be stretched or scaled.
Reply
#3
Thanks for Your Reply

Sad to hear. With the VideoWindow there are No Problems.

So whats the Way to go? Just delete the aspectratio Tag? If i do so, i've still have the positioning issue.
Try also to just set the "<high>"-Tag. But if i do so, the visualisation wont show up. I came down to a 4:3 Resolution for the visualisation, this Way the "high" seems correct, but i've got still the positioning issue. (x-axis)
Reply
#4
O.K. Seems theres a Huge Bug!

Not possible to have the Visualisation fit right im Home, on TV (1920x180) and! PC Monitor (1680x1050)!!




.
Reply

Logout Mark Read Team Forum Stats Members Help
Not Possible to stretch or scale "Visualisation" in Home0