Search found 3 matches
- Tue May 24, 2016 07:57
- Forum: Help
- Topic: [Solved] CEGUI 0.8.7 frame fading out
- Replies: 5
- Views: 6211
Re: CEGUI 0.8.7 frame fading out
I know the solution. The original frame left, top, right, bottom image are all 3 pixel width (bottom, top) or 3 pixel height (left, right) but only mention 1 pixel width or height in the XML and the position is the middle pixel. So somehow the neighbouring pixel are taken into consideration for the ...
- Tue May 24, 2016 07:38
- Forum: Help
- Topic: [Solved] CEGUI 0.8.7 frame fading out
- Replies: 5
- Views: 6211
Re: CEGUI 0.8.7 frame fading out
Imageset: http://fs5.directupload.net/images/160524/b2jgkj85.png Imageset XML: <Image height="10" name="FrameTopLeft" width="11" xPos="0" yPos="235" /> <Image height="10" name="FrameTopRight" width="11" xPos="13&quo...
- Mon May 23, 2016 15:56
- Forum: Help
- Topic: [Solved] CEGUI 0.8.7 frame fading out
- Replies: 5
- Views: 6211
[Solved] CEGUI 0.8.7 frame fading out
Hi all and thx to the CEGUI team for a great UI library My first test with CEGUI 0.8.7 was to get the FrameWindow Widget from the vanilla skin with cornered corners instead of rounded. So I change the imageset, adjusted the XML for the imageset and the looknfeel. My problem which I can't get to solv...