I'm having a hell of a time trying to integrate an imagebutton in my layout. I'm trying to create little arrow buttons, the same type that are used on scrollbars, and I'm using the built in scroll bar buttons from TaharezLook to do this.
Code: Select all
<Window Type="TaharezLook/ImageButton" Name="Root/ShipControl/SpeedWindow/IncButton" >
<Property Name='UnifiedAreaRect' Value='{{0.600,0.000000},{0.5,0.000000},{1.0,0.000000},{1.0,0.000000}}'/>
<Property Name='AlwaysOnTop' Value='true'/>
<Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
<Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollDownHover" />
<Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
<Property name="Visible" value="true"/>
</Window>
for some reason, the button does not show up! Any ideas?
Much appreciated,
Alex