Search found 4 matches
- Wed Dec 28, 2005 06:09
- Forum: Modifications / Integrations / Customisations
- Topic: A working tab
- Replies: 6
- Views: 5533
Re: A working tab
Patch 1391727 at SF fixes this in CVS head.
- Mon Dec 26, 2005 18:47
- Forum: CEGUI Library Development Discussion
- Topic: Resource Group Names
- Replies: 4
- Views: 6349
Re: Resource Group Names
MandM wrote: I find nothing wrong with the resource group system of cegui. I'm using OgreCEGUIRenderer too, you only need to modify the xml file (be it layout, imageset or scheme) to specify which resource group you're using. <imageset filename="bla bla" ....... ResourceGroup="MyDiff...
- Mon Dec 26, 2005 18:29
- Forum: CEGUI Library Development Discussion
- Topic: Resource Group Names
- Replies: 4
- Views: 6349
Re: Resource Group Names
I noticed this post got a lot of looks but no replies. I updated to CVS HEAD last night and found it it wasn't addressed, so I put together a HIGHLY EXPERIMENTAL patch posted on SF ( 1390728 ). Basically it just enables the XML handlers to use the default resource group passed to the classes that ha...
- Sun Oct 16, 2005 22:10
- Forum: CEGUI Library Development Discussion
- Topic: Resource Group Names
- Replies: 4
- Views: 6349
Resource Group Names
This may concern only OgreGUIRenderer. I discovered that the resourceGroup params that are passed in the constructors to classes such as CEGUI::Font and CEGUI::ImageSet etc. are not actually used. This presents a problem when putting CEGUI resources into alternate groups, because if the same groupna...