StaticImage doesn't work either. The png is definitely transparent, it works fine in a webpage. Do you think it needs a specific bit depth of png? Could someone send me a png that works for them?
Also I just tried it as a .tga and it works fine.
Search found 14 matches
- Wed Apr 18, 2007 15:37
- Forum: Help
- Topic: png transparency not working?
- Replies: 8
- Views: 5861
- Tue Apr 17, 2007 17:26
- Forum: Help
- Topic: png transparency not working?
- Replies: 8
- Views: 5861
- Sat Apr 14, 2007 17:46
- Forum: Help
- Topic: png transparency not working?
- Replies: 8
- Views: 5861
png transparency not working?
Hi I'm loading an imageset that uses a png file. I'm using it as a sprite essentially so I don't want it drawn as a simple square. The png has transparency turned on. the png shows up with the correct transparency in photoshop. I call Image::draw() the image appears but rather than the area marked t...
- Wed Jul 13, 2005 22:52
- Forum: Offtopic Discussion
- Topic: Why do I have to name every window?
- Replies: 2
- Views: 3366
Why do I have to name every window?
Is there a way to not have to come up with a unique name for windows when you create them with Window * CEGUI::WindowManager::createWindow(const String& type,const String& name) I'm creating the windows dynamically and I really dont care what the window is called. It seems like now I have to...
- Sun May 22, 2005 19:06
- Forum: Modifications / Integrations / Customisations
- Topic: need help Handling CEGUI events
- Replies: 7
- Views: 5035
Re: need help Handling CEGUI events
Thanks I got it working. Stupid mistake on my part.
- Sun May 22, 2005 15:57
- Forum: Modifications / Integrations / Customisations
- Topic: need help Handling CEGUI events
- Replies: 7
- Views: 5035
Re: need help Handling CEGUI events
No it still doesn't get any events.
I looked at trying the latest CEGUI in cvs since it seems like a lot has changed but I don't see an Ogre renderer there? Is there an easy way to get the currrent cvs version to work with ogre?
I looked at trying the latest CEGUI in cvs since it seems like a lot has changed but I don't see an Ogre renderer there? Is there an easy way to get the currrent cvs version to work with ogre?
- Sun May 22, 2005 13:41
- Forum: Modifications / Integrations / Customisations
- Topic: need help Handling CEGUI events
- Replies: 7
- Views: 5035
need help Handling CEGUI events
Hi Guys, I'm having trouble getting event handling to work. I also set up event hanlders for mouseEnter and MouseLeave but none get called? All these things display fine. [code]CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); wmgr.getWindow("Spellbar")->subscribeEvent...
- Fri May 20, 2005 22:26
- Forum: Modifications / Integrations / Customisations
- Topic: Specifying alignment when positioning
- Replies: 0
- Views: 3137
Specifying alignment when positioning
When using absolute positioning is there a way to specify that you mean relative to the top or bottom? For example I want "bar" to always be at the bottom of the screen but I don't know what resolution they are running at. What I'm doing below will only work if they happen to be running at...
- Fri May 20, 2005 22:19
- Forum: Modifications / Integrations / Customisations
- Topic: Turn off borders?
- Replies: 1
- Views: 1862
Re: Turn off borders?
Ah <Property Name="FrameEnabled" Value="false" />
- Fri May 20, 2005 22:03
- Forum: Modifications / Integrations / Customisations
- Topic: Turn off borders?
- Replies: 1
- Views: 1862
Turn off borders?
For some reason when I go: <Window Type="TaharezLook/StaticImage" Name="image"> <Property Name="Position" Value="x:0 y:48" /> <Property Name="Size" Value="w:48 h:48" /> <Property Name="Image" Value="set:MainScreen image:img&q...
- Fri May 20, 2005 21:25
- Forum: Modifications / Integrations / Customisations
- Topic: Problem with multiple ImageSets
- Replies: 1
- Views: 1968
Problem with multiple ImageSets
I'm having trouble loading imagesets. It seems like you can only have one loaded at a time. If I go: // load the UI imageset CEGUI::SchemeManager::getSingleton().loadScheme((CEGUI::utf8*)"TaharezLook.scheme"); mGUISystem->setDefaultMouseCursor((CEGUI::utf8*)"TaharezLook", (CEGUI:...
- Fri May 20, 2005 20:34
- Forum: Modifications / Integrations / Customisations
- Topic: Transparent MultiLineEditbox
- Replies: 2
- Views: 2360
Re: Transparent MultiLineEditbox
Ah ok, thanks!
- Fri May 20, 2005 15:38
- Forum: Modifications / Integrations / Customisations
- Topic: Transparent MultiLineEditbox
- Replies: 2
- Views: 2360
Transparent MultiLineEditbox
Hi guys,
Is there a way to make a transparent MultiLineEditbox?
Is there just some property I can set in the .layout file?
I can't find any documentation about what you can put in this .layout file is there any?
Is there a way to make a transparent MultiLineEditbox?
Is there just some property I can set in the .layout file?
I can't find any documentation about what you can put in this .layout file is there any?
- Fri May 20, 2005 14:58
- Forum: Offtopic Discussion
- Topic: Round buttons (or generic image buttons)
- Replies: 10
- Views: 7803
Re: Round buttons (or generic image buttons)
Hi I'm looking for the TLButton or WLButton but I can't find them. Do you still have to cast your buttons to these types to get them to change images on mouse over etc?