Hi all,
We discovered that by turning off bloom in Ogre the problem goes away, but is there a way to allow bloom and CEGUI to co-exists at the same time?
Search found 8 matches
- Sat Nov 04, 2006 03:31
- Forum: Help
- Topic: StaticImage alpha
- Replies: 2
- Views: 2454
StaticImage alpha
I am using a static image as the background of my main menu...however, the problem is that image is turning up as transparent, even though I have set alpha = 1.0f in the layout. What else shall I try?
BTW. I am using Ogre.
Thanks in advance!
BTW. I am using Ogre.
Thanks in advance!
- Wed Oct 25, 2006 04:51
- Forum: Help
- Topic: Compling sample with VS.Net 2005
- Replies: 1
- Views: 2773
Compling sample with VS.Net 2005
Hi all, I have downloaded the samples for CEGUI 0.4.1 and now am trying to complie them. I have added the includes path to my Directx SDK into the CEGUISampleHelper project and the path to the .lib, as well as the adding d3d9.lib to the linker. The compling and linking is successful, but when I try ...
- Tue Sep 19, 2006 16:58
- Forum: Help
- Topic: How to subscribing to events using the layout approach?
- Replies: 3
- Views: 2900
- Tue Sep 19, 2006 11:23
- Forum: Help
- Topic: How to subscribing to events using the layout approach?
- Replies: 3
- Views: 2900
How to subscribing to events using the layout approach?
Hi all, I have been trying to follow the 'Main Menu' code snippet. I have managed to load a layout, but am having problem subscribing the widget to events. The way the code snippet is parsed kind of unclear too. Where can I find additional information? Many thanks in advance! Note: I manage to get t...
- Tue Sep 19, 2006 10:08
- Forum: Help
- Topic: Why is the Main Menu snippet in the CEGUIWiki not compliable
- Replies: 0
- Views: 2520
Why is the Main Menu snippet in the CEGUIWiki not compliable
Hi, I am currently using CEGUI 0.4.5, the one which comes included with the Ogre 1.2. I couldn't get the code in the Main Menu code snippet to work. (http://www.cegui.org.uk/wiki/index.php/The_Main_Menu#Using_Images) When trying to set the normal image for a PushButton, via setNormalImage(), I can o...
- Tue Sep 19, 2006 09:07
- Forum: Help
- Topic: Clickable Image
- Replies: 3
- Views: 2934
Hi The MouseClicked event is inherited by all controls from the Window base class; so it should actually work for you. If not things to check are to make sure the SingleClickTimeout is set to something acceptable in the CEGUI::System class, and that you are injecting mouse button down and up events...
- Sun Sep 17, 2006 22:34
- Forum: Help
- Topic: Clickable Image
- Replies: 3
- Views: 2934
Clickable Image
Hi all, I have looked through the tutorials and the API, but couldn't find a way to make an image clickable...(for instance, there's no MouseClicked event for StaticImage) How do I go about making a clickable image? Can I derive a class from PushButton but hides its borders (is that possible in the ...