Search found 5 matches
- Tue Nov 29, 2011 21:44
- Forum: CEGUI Library Development Discussion
- Topic: About Automatic Layouting, and Skinning
- Replies: 6
- Views: 16630
Re: About Automatic Layouting, and Skinning
Well I'm sorry but right now don't have much time to integrate it to CEGUI myself : I designed it as a wrapper and I will continue to use it as-is for the time being. Here's the code I use, with a few points as a disclaimer : 1. I'm using aggregation and not inheritance because in my design ALL widg...
- Mon Nov 28, 2011 19:57
- Forum: CEGUI Library Development Discussion
- Topic: About Automatic Layouting, and Skinning
- Replies: 6
- Views: 16630
Re: About Automatic Layouting, and Skinning
Double-posting for a good reason. I have actually implemented the system I proposed to you to integrate it into my engine, and as it mostly works I thought I'd share it. I just wrote two wrapper classes LayoutContainer and SequenceContainer. LayoutContainer basically encapsulate the CEGUI Window. It...
- Thu May 19, 2011 13:21
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Bug] Inconsistency in moveToFront and activate
- Replies: 8
- Views: 8679
[Bug] Inconsistency in moveToFront and activate
I've discovered a sad side-effect of the way moveToFront() and activate() are implemented : moveToFront() activates the window, and activate() does it too, whereas the name of the former lead to think it's the correct way of bringing a window to the front without activating it So i've come to wonder...
- Fri Dec 24, 2010 19:04
- Forum: CEGUI Library Development Discussion
- Topic: About Automatic Layouting, and Skinning
- Replies: 6
- Views: 16630
Re: About Automatic Layouting, and Skinning
Oh yeah i forgot, merry christmas you you too ! Second of all, I agree that layouting is very important and that was the reason why I started hacking CEGUI in the first place. Everything else was pretty good. I think the way CEGUI does it now with LayoutContainer widgets is pretty much standard (use...
- Fri Dec 24, 2010 15:46
- Forum: CEGUI Library Development Discussion
- Topic: About Automatic Layouting, and Skinning
- Replies: 6
- Views: 16630
About Automatic Layouting, and Skinning
Hello, CrazyEddie and kulik ! I am currently using your library for a project of flexible and networked RPG-oriented game engine, which, thanks to libraries like CEGUI is going quite well. So first of all let me thank you for your great work ! I'll post a video of my project soon, I promise. It's be...