Sorry for the long reply, been busy...
I am using the latest cegui_mk2, i think because i need a quick solution and done want to use the CVS head at the moment in case of errors, that i will use your first suggestion of subscribing an EventMouseClick to a static image.
I have done this, however am having great problem with the layout. I don't know if its me but i can't find anywhere any kind of documentation or help on what properties you can supply for different type of layout elemnet... In particular i can't find how to specify the image source...
At the moment i have
Code: Select all
<Window Type="TaharezLook/StaticImage" Name="WeaponSelect/Area/Gun2Button">
<Property Name="Position" Value="x:0.55 y:0.1" />
<Property Name="Size" Value="w:0.4 h:0.4" />
</Window>
and have been trying different Names to add another property
Code: Select all
<Property Name="?" Value="test.jpg" />
to specify the image source... By the way this is all in a .layout file. I am having problems not just for this but all my layout windows, i can't find what options you can specify...
Cheers for any help
pete