Search found 11 matches
- Wed May 23, 2007 18:50
- Forum: Help
- Topic: Exception: WindowFactoryManager::getFactory
- Replies: 9
- Views: 7139
- Fri Apr 01, 2005 21:12
- Forum: Offtopic Discussion
- Topic: CEGUI Future Direction
- Replies: 31
- Views: 24367
Re: CEGUI Future Direction
Hmm - it wasnt meant to be a slap - sorry if it appeares like that.
At this point once again thanks to CrazyEddie aka Paul, who really did a great job!
At this point once again thanks to CrazyEddie aka Paul, who really did a great job!
- Fri Apr 01, 2005 20:16
- Forum: Offtopic Discussion
- Topic: CEGUI Future Direction
- Replies: 31
- Views: 24367
Re: CEGUI Future Direction
Respect to CE... Anyways the GUI might need a new name (otherwise people will be confused, why its called "Crazy Eddie's"). So maybe call it "Customizable Easy GUI" or something - just keep the "CEGUI". I will use it in my fresh project and hope to get some bugs fixed (...
- Sun Mar 13, 2005 23:18
- Forum: Modifications / Integrations / Customisations
- Topic: Does CEGUI support bitmap fonts?
- Replies: 19
- Views: 11995
Re: Does CEGUI support bitmap fonts?
I just made the raw design (yes, my app gonna be some kind of chat-cient :-) ) And I uploaded the new version (weeded out anything unneccessary: 4.5MB now) to have a look at the double-quote-distance-trouble. http://www.weltenspiegel.de/private/ogre/cegui/20050313/client.rar Another little question:...
- Sun Mar 13, 2005 11:26
- Forum: Modifications / Integrations / Customisations
- Topic: Does CEGUI support bitmap fonts?
- Replies: 19
- Views: 11995
Re: Does CEGUI support bitmap fonts?
YOffset does not have any effekt anymore? (it was strange though, as I had it on negativ values - dont remember why though)
Thats a mistake on my side... somehow I accidently used old DLLs (also with the client.rar)
So YOffset has to be set to -<height of image> for best results.
- Sun Mar 13, 2005 01:34
- Forum: Modifications / Integrations / Customisations
- Topic: Does CEGUI support bitmap fonts?
- Replies: 19
- Views: 11995
Re: Does CEGUI support bitmap fonts?
I encountered another little issue on the pixelated fonts. In my imageset, I have doublequotes - three pixels wide. So I defined HorzAdvance="4" - like this the next symbol should have 1 pixel distance. But it is drawn with 2 pixel. If I change to 3, it is 0 pixel distance. For testing I j...
- Sun Mar 13, 2005 01:05
- Forum: Modifications / Integrations / Customisations
- Topic: The procedure entry point ... could not be located in the dy
- Replies: 2
- Views: 3473
Re: The procedure entry point ... could not be located in th
thanks! It works now. =)
- Sat Mar 12, 2005 21:46
- Forum: Modifications / Integrations / Customisations
- Topic: The procedure entry point ... could not be located in the dy
- Replies: 2
- Views: 3473
The procedure entry point ... could not be located in the dy
Hello Crazy Eddie! I just updated (after long time) CEGUI mk2 0.2.0 via CVS and I just replaced the dlls of the Ogre-GUI-Demo. But now it wont run: On startup I get this error: The procedure entry point ??0System@CEGUI@@QAE@PAVRenderer@1@PAE@Z could not be located in the dynamic link library CEGUIBa...
- Sat Feb 26, 2005 19:38
- Forum: Modifications / Integrations / Customisations
- Topic: Does CEGUI support bitmap fonts?
- Replies: 19
- Views: 11995
Re: Does CEGUI support bitmap fonts?
Ok, works now :-) But this line: d_maxGlyphHeight = d_lineHeight; throws in VC7.1: d:\projects\cegui_mk2\src\CEGUIFont.cpp(904) : warning C4244: '=' : conversion from 'float' to 'CEGUI::uint', possible loss of data In Debug it is no problem, but in Release it says: \projects\cegui_mk2\src\CEGUIFont....
- Fri Feb 25, 2005 22:08
- Forum: Modifications / Integrations / Customisations
- Topic: Does CEGUI support bitmap fonts?
- Replies: 19
- Views: 11995
Re: Does CEGUI support bitmap fonts?
Ok, just "upgraded" to Ogre1.0.0 Release / CEGUI0.2.0. Now the font looks good :-) But another phenomen occured: The height of the font doesnt seem to be used proper anymore in lists and dropdowns. Have a look at: http://www.weltenspiegel.de/private/ogre/cegui/20050225/0.gif and http://www...
- Tue Feb 15, 2005 01:24
- Forum: Modifications / Integrations / Customisations
- Topic: Does CEGUI support bitmap fonts?
- Replies: 19
- Views: 11995
Re: Does CEGUI support bitmap fonts?
Hi Crazy Eddie! Thanks for your system! I am now trying to create and my own font. But most times it is displayed blured and with other resolutions than 1024/768 it is unreadable. And something is odd: For some letters, the width of the letter itself is good for correct distance to the next letter, ...