Search found 6 matches
- Tue Dec 08, 2009 06:42
- Forum: CEGUI Library Development Discussion
- Topic: Falagard Visual Skin / Scheme Editor
- Replies: 65
- Views: 87242
Re: Falagard Visual Skin / Scheme Editor
I might be resurrecting a dead thread, but I think paying whatever small fee that's up there is totally legitimate for two reasons: 1) So far, this entire project is out there, free of charge. I think CE and the team deserve a little credit and help in maintaining stuff. 2) The skinning issue is pro...
- Fri Nov 27, 2009 15:21
- Forum: Help
- Topic: Need some help implementing a specific window
- Replies: 5
- Views: 4316
Re: Need some help implementing a specific window
Yep, I looked in both. The code part seems to only allow changing the textual elements within the item, such as font and actual text, and the LooknFeel file seems to have no effect. Is it possible that this is caused because I'm using a Listbox Text Item and not just a ListboxItem - Reason I'm using...
- Wed Nov 25, 2009 19:42
- Forum: Help
- Topic: Need some help implementing a specific window
- Replies: 5
- Views: 4316
Re: Need some help implementing a specific window
Hey Ian,
Thanks - Following the example in Demo7 I was able to get an up and running multi column list window, but I have a small question that I just couldn't find an answer to: Is there any way to set the height of each row?
Any help will be appreciated.
Thanks - Following the example in Demo7 I was able to get an up and running multi column list window, but I have a small question that I just couldn't find an answer to: Is there any way to set the height of each row?
Any help will be appreciated.
- Wed Nov 25, 2009 10:54
- Forum: Help
- Topic: Need some help implementing a specific window
- Replies: 5
- Views: 4316
Need some help implementing a specific window
Hey everyone, First of all, as a followup to my post about a month ago, I got to say that I'm in love with the system. After getting over the initial "shock" and after I started working with the actual Looknfeel files and the actual C++ coding of CEGUI, I am at awe at how easy everything i...
- Fri Oct 23, 2009 16:28
- Forum: Help
- Topic: [Solved] A little skinning help
- Replies: 4
- Views: 2913
Re: A little skinning help
Hey Eddie, Thanks for the quick reply. :) What I meant by simplifying things is to try and make the more advanced properties always rely on some "default" definition, even when you're defining a looknfeel file. For example, if I wanted to create a new FrameWindow, I'd have to go over bit b...
- Fri Oct 23, 2009 11:50
- Forum: Help
- Topic: [Solved] A little skinning help
- Replies: 4
- Views: 2913
[Solved] A little skinning help
Hey everyone, First of all, I wanted to share my impressions about CEGUI: The system is awesome, it covers all the possibilities you could ever want, sometimes at the cost of making you want to throw your computer out of the window (It happened to me once when trying to change text colors and typing...