I've gone through the process of setting up image buttons with my own image set and it's working quite well (using latest CEGUI and Ogre v1.6.3). Buttons are responding correctly. One minor problem is each button has a thin artificial white outline/border. It's a nitpick but I'm wondering if there's something obvious that I'm just missing?
At first, I thought it was.... setProperty("FrameEnabled", "False") but that doesn't exist for ImageButtons. Also, the white border is shaping around the image so could it be a sizing issue? Or is there something else?
I thought I'ld ask here first before naggin the Ogre3d forum
Code: Select all
<Image Name="UPbtnNormal" XPos="0" YPos="0" Width="16" Height="17" />
<Image Name="UPbtnHover" XPos="20" YPos="0" Width="16" Height="17" />
<Image Name="UPbtnPushed" XPos="40" YPos="0" Width="16" Height="17" />
<Image Name="UPbtnDisabl" XPos="60" YPos="0" Width="16" Height="17" />
Thanks in advance
Jason
