Search found 10 matches

by wizzler
Wed Apr 07, 2010 12:57
Forum: Offtopic Discussion
Topic: .DDS format support?
Replies: 2
Views: 3417

.DDS format support?

Hey, I want to use .dds file format with DX1-5 compression but it seems like this format is not supported by CEGUI (+falagard). 07/04/2010 14:46:19 (Std) ---- Version 0.7.1 (Build: Jan 2 2010 Microsoft Windows MSVC++ 9.0 32 bit) ---- /.../ 07/04/2010 14:46:19 (Std) ---- CEGUI Imageset name: TaharezL...
by wizzler
Wed Mar 03, 2010 10:45
Forum: Help
Topic: Render overlay on top of cegui window
Replies: 32
Views: 19271

Re: Render overlay on top of cegui window

hehe. nice discussion here. No worries. It's always fun to follow interesting discussions.

I haven't had time to try out the solution yet.

I'll come back with the results this week. ;)
by wizzler
Thu Feb 18, 2010 12:55
Forum: Help
Topic: Render overlay on top of cegui window
Replies: 32
Views: 19271

Render overlay on top of cegui window

I've got OGRE rendering CEGUI where i would like to place an overlay on top of the CEGUI window. I initialise CEGUI in my main application class CEGUI::OgreRenderer::bootstrapSystem(); CEGUI::SchemeManager::getSingleton().create("TaharezLook.scheme"); CEGUI::System::getSingleton().setDefau...
by wizzler
Tue Feb 09, 2010 13:42
Forum: Help
Topic: Transparent list/editbox with visible text
Replies: 5
Views: 2844

Re: Transparent list/editbox with visible text

Yes I understand that setting the Alpha affects the text, it's supposed to ;) Using the second solution that I suggested above would give you a new property for the Listbox named "BoxColour". You could then set that in the layout instead of Alpha, and you should get the results you desire...
by wizzler
Mon Feb 08, 2010 18:15
Forum: Help
Topic: Transparent list/editbox with visible text
Replies: 5
Views: 2844

Re: Transparent list/editbox with visible text

Hi, I think the way that I would do this would be to modify the looknfeel skin. There's a couple of approaches depe... /.../ HTH CE. I've played around with the looknfeel now and i seem to get it. I think i need to read up some on the Falagard system. The problem you describe is that i can set this...
by wizzler
Mon Feb 08, 2010 17:52
Forum: Help
Topic: Inject backspace as unbuffered
Replies: 2
Views: 1837

Re: Inject backspace as unbuffered

Yea, I guess I should post this on the OIS forums instead. Or perhaps anyone that uses CEGUI with OIS knows a good solution?
by wizzler
Mon Feb 08, 2010 12:45
Forum: Help
Topic: Inject backspace as unbuffered
Replies: 2
Views: 1837

Inject backspace as unbuffered

I'm using OIS with buffered key input which injects char and keydown. bool PlayState::keyPressed(const OIS::KeyEvent& arg) { CEGUI::System& sys = CEGUI::System::getSingleton(); sys.injectKeyDown(arg.key); sys.injectChar(arg.text); When I press Enter, I activate and show an editbox. case OIS:...
by wizzler
Mon Feb 08, 2010 12:34
Forum: Help
Topic: Transparent list/editbox with visible text
Replies: 5
Views: 2844

Transparent list/editbox with visible text

I've got a Listbox and an Editbox which i want to lower the alpha to make it more transparent but I don't want to have the textitems lowered too. How can i achieve this?
by wizzler
Sat Jan 30, 2010 22:46
Forum: Help
Topic: Deallocation handled by Listbox?
Replies: 2
Views: 1741

Re: Deallocation handled by Listbox?

CrazyEddie wrote:Hi,

Using the approach you have at the moment, the items will automatically be deleted by the Listbox.

HTH

CE.


sounds great! thanks for the reply.
by wizzler
Sat Jan 30, 2010 15:35
Forum: Help
Topic: Deallocation handled by Listbox?
Replies: 2
Views: 1741

Deallocation handled by Listbox?

Hey. I found this snippet that i've modified on the wiki and i was wondering if the heap allocation is later handled by the listbox? CEGUI::String text("test"); ListboxTextItem* item = new ListboxTextItem(text); Listbox* chatBox = static_cast<Listbox*>(CEGUI::WindowManager::getSingletonPtr...

Go to advanced search