Search found 4 matches
- Mon Sep 28, 2009 14:12
- Forum: Help
- Topic: Issue with Direct3D9 Renderer Module in 0.7.0
- Replies: 2
- Views: 1781
Issue with Direct3D9 Renderer Module in 0.7.0
I've upgraded CEGUI to 0.7.0, and something strange has started happening with the rendering of the interface. The position is broken, and the interface now reacts to the movement of the camera in game. Provided are screenshots from 0.6 and 0.7 (ignore the differing background). 0.7 http://dl.getdro...
- Fri Sep 25, 2009 14:33
- Forum: Help
- Topic: GetFormattedLineCount in 0.7.0?
- Replies: 9
- Views: 16170
Re: GetFormattedLineCount in 0.7.0?
Cool, to get access to the change I'll need to pull it from subversion I take it?
- Fri Sep 25, 2009 13:38
- Forum: Help
- Topic: GetFormattedLineCount in 0.7.0?
- Replies: 9
- Views: 16170
Re: GetFormattedLineCount in 0.7.0?
It's a StaticText that's rendering the string, so those properties would be handy :) Does the extent of the formatted string take clipping area into account for vertical size? At the moment I'm working off a small StaticText and use the GetFormattedLineCount to decide how large to scale it to, will ...
- Fri Sep 25, 2009 11:22
- Forum: Help
- Topic: GetFormattedLineCount in 0.7.0?
- Replies: 9
- Views: 16170
GetFormattedLineCount in 0.7.0?
Is there an equivalent to GetFormattedLineCount in 0.7.0? I'm porting from 0.6 and missing the functionality to determine what size to resize a window too. I can see in the changelog it's been taken out, but is there an alternative, or a better way of doing it?