I can't seem to figure out how to tell the widget what image to use (the GUI doesn't seem to have a field for specifying that information). The XML generated for the StaticImage is this:
Code: Select all
<Window Type="TaharezLook/StaticImage" Name="TitleImage">
<Property Name="AbsoluteHeight" Value="96.000000" />
<Property Name="AbsolutePosition" Value="x:160.000000 y:12.000000" />
<Property Name="AbsoluteRect" Value="l:160.000000 t:12.000000 r:480.000000 b:108.000000" />
<Property Name="AbsoluteSize" Value="w:320.000000 h:96.000000" />
<Property Name="AbsoluteWidth" Value="320.000000" />
<Property Name="AbsoluteXPosition" Value="160.000000" />
<Property Name="AbsoluteYPosition" Value="12.000000" />
<Property Name="FrameEnabled" Value="False" />
<Property Name="Height" Value="0.200000" />
<Property Name="Position" Value="x:0.250000 y:0.025000" />
<Property Name="Rect" Value="l:0.250000 t:0.025000 r:0.750000 b:0.225000" />
<Property Name="RelativeHeight" Value="0.200000" />
<Property Name="RelativePosition" Value="x:0.250000 y:0.025000" />
<Property Name="RelativeRect" Value="l:0.250000 t:0.025000 r:0.750000 b:0.225000" />
<Property Name="RelativeSize" Value="w:0.500000 h:0.200000" />
<Property Name="RelativeWidth" Value="0.500000" />
<Property Name="RelativeXPosition" Value="0.250000" />
<Property Name="RelativeYPosition" Value="0.025000" />
<Property Name="Size" Value="w:0.500000 h:0.200000" />
<Property Name="Width" Value="0.500000" />
<Property Name="XPosition" Value="0.250000" />
<Property Name="YPosition" Value="0.025000" />
</Window>
Any idea what property tag I should add?
Thanks!