Rackle wrote:More layout possibilities such as anchoring the left side of an Editbox, only allowing the right to be stretched/shrunk and never stretching/shrinking vertically. I'm not sure if I'm clear in this.
I talked to you a little on IRC, so I'll summarize here my propositions (which are based on real project we're using CEGUI in). * Total code review for naming inconsistency (one class has setSortingEnabled() method, second has setSortEnabled() and another one sortingEnabled()). * Rename methods due ...
Thanks for the reply. I was thinking a little about it thou. I found out that there are 2 key input events, KeyDown and KeyUp. That feature would require KeyPressed event, if it would work like Windows. KeyPressed would be the one bearing character and on that one controls would react showing new ch...
Did someone already looked at the problem of implementing key repeatitions? Ie. when user presses a key and holds it, the system starts repeating it after a while.
A while ago, around summer, I promised Crazy Eddie that I'll make another scripting module for something different than Lua. So there I have it, working, but before I'll publish it, I need to solve one problem I'm hitting... well, or it looks like I don't know how to subscribe handlers to events on ...
@CrazyEddie: That's probably one of the bugs I talked you about on IRC, that static text control with lots of text in it stopped rendering it's content. I can give you a patch from gcarlton's code. UPDATE: Hmm, looks like current CVS HEAD doesn't have that code in it ;) ANOTHER UPDATE: Just found th...
I had a look at Look'n'Feel xml file and I'm pretty impressed. Actually you've just found a guy who'll test it imidietly when it becomes available in UI-heavy project. We're using lots of different graphics for our dialogs, windows and buttons. I managed to compile falagard branch, I'll test it now ...
How stable is that branch? I'd really like to put my hands on it. I'm just about to start tweaking WindowsLook to suit our project, but if Falagard is out there somewhere....
Hi, Is there someone who has started working on something like "Anchor" property (it's called Anchor in Windows.Forms)? It's on your roadmap (extended layout options) and it allows to anchor window to one of its parent sides, so it'll move/resize in relation to that side (anchored child wi...
Hi guys, Maybe I'm in a little shadow not participatin actively in development and on this forum, but I love CEGUI, and our team is using it extensively along with Ogre. Anyway, Ayudo wrote: Respect to CE... Anyways the GUI might need a new name (otherwise people will be confused, why its called &qu...