IGUIComboBox Transparency Problem

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
White Lotus
Posts: 2
Joined: Thu Sep 08, 2005 11:29 pm

IGUIComboBox Transparency Problem

Post by White Lotus »

I am having a problem with the IGUIComboBox objects. I can get them to work correctly, however, when I click on the down arrow to select an item from the list I noticed that the items to select from contain a background that is gray and transparent. My question is: Is it possible to change this background to be a solid color, or to ultimately, eliminate its transparency? I tried looking through the IGUIEnvironment and IGUIElement header files to come up with a solution and I still have had no luck with this. Can anyone give me a few suggestions that might point me in the right direction?

Thank you for your time and help!

White Lotus :D
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

Look at the bottom of the meshviewer tutorial. You have to disable alpha transperancy for it to be solid. I ran into this problem myself.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Guest

Thanks

Post by Guest »

Hey! it works, thank you!
Post Reply