Joined: Fri Sep 10, 2004 10:32 Posts: 7
|
i am using a modified winamp screen and tried to make a welcome screen:
Winamp.xml - this one is working OK
<screen>
<name>Winamp2</name>
<requireflag>Winamp2.Running</requireflag>
<item type="image" x="0" y="0">
<imagebitmap>screens\84x48\images\test_84x48.bmp</imagebitmap>
<refresh>1000</refresh>
</item>
<item type="pluginimage" x="18" y="2">
<imageid>Winamp2.SpectrumBar</imageid>
<refresh>1</refresh>
</item>
<item type="pluginimage" x="5" y="0">
<imageid>Winamp2.StatusImage</imageid>
<refresh>100</refresh>
</item>
<item type="plugintext" x="1" y="5">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>12</fieldsize>
<varid>Winamp2.Title</varid>
<refresh>500</refresh>
</item>
<item type="plugintext" x="8" y="0">
<scrolltype>none</scrolltype>
<textpos>right</textpos>
<fieldsize>5</fieldsize>
<varid>Winamp2.TrackPos</varid>
<refresh>1000</refresh>
</item>
<item type="plugintext" x="4" y="0">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>3</fieldsize>
<varid>MBM.Temperature.CPU</varid>
<refresh>1000</refresh>
</item>
</screen>
start.xml - when i include this one, the computer freezes
<screen>
<name>Start</name>
<action>
<id>Core.NextScreen</id>
<delay>500</delay>
</action>
<item type="text" x="5" y="3">
<scrolltype>none</scrolltype>
<textpos>center</textpos>
<fieldsize>12</fieldsize>
<textdata>Zaganjanje...</textdata>
<refresh>1000</refresh>
</item>
</screen>
|
|