OSD Display Backgrounds not displaying Error
#1
Star 
right first off the error:
Image

basically i have created the background as a 50% trasnparent png. the png is the background for the clock, and it works. but the background which should surround the video options, wont display on any of the pop up windows, including the volume.

i use the same image as the background for the other sections that appear, but they dont show up, here is an example of the code i using for the above window:
Quote:<control>
<description>osd time</description>
<type>image</type>
<id>1</id>
<posx>464</posx>
<posy>450</posy>
<width>202</width>
<height>40</height>
<texture>osd/osd_panel.png</texture>
</control>
<control>
<description>current time info</description>
<type>label</type>
<id>100</id>
<posx>485</posx>
<posy>460</posy>
<label>-</label>
<align>left</align>
<font>font13</font>
<textcolor>ffe7ff00</textcolor>
</control>

now that is the code for the time, which works, here is the code for the video window:

Quote:<control>
<description>sub menu background (video)</description>
<type>image</type>
<id>304</id>
<posx>290</posx>
<posy>247</posy>
<width>425</width>
<height>200</height>
<texture>osd/osd_panel.png</texture>
<colorkey>0</colorkey>
<colordiffuse>ffffffff</colordiffuse>
<visible>no</visible>
</control>

i have tried various textures but to no avail. they just wont show. can anyone help me out at all? Confused
Team Blackbolt - Digital Design
Twitter.com/TeamBlackbolt | TeamBlackbolt.co.uk
Reply

Logout Mark Read Team Forum Stats Members Help
OSD Display Backgrounds not displaying Error0