Search found 6530 matches

by CrazyEddie
Mon May 13, 2013 08:14
Forum: Help
Topic: Create a scheme from a .scheme file
Replies: 2
Views: 3157

Re: Create a scheme from a .scheme file

CEGUI uses a resource provider system to load its resources. Please read the tutorial: http://www.cegui.org.uk/api_reference/r ... orial.html

Also, we recommend CEED over CELayoutEditor these days (unless someone is using some unsupported CEGUI version - like 0.5.x or 0.6.x).

CE.
by CrazyEddie
Fri May 10, 2013 23:14
Forum: Help
Topic: Build confusion - [SOLVED]
Replies: 5
Views: 3424

Re: Build confusion

Nickenstein79 wrote:but I am using the correct Ogre method to start the library.

Nope.

http://www.cegui.org.uk/api_reference/c ... c767b30177

HTH ;)

CE
by CrazyEddie
Fri May 10, 2013 10:36
Forum: Help
Topic: Build confusion - [SOLVED]
Replies: 5
Views: 3424

Re: Build confusion

I will add that if you're using Ogre and using the CEGUI::OgreRenderer::bootstrap function but getting errors at runtime related to SILLY or the CEGUISILLYImageCodec then something is very wrong. When using Ogre, it is 99.9% certain that you want to be using the integrated Ogre image loading facilit...
by CrazyEddie
Fri May 10, 2013 10:32
Forum: Help
Topic: Spacing problem with custom font and Cegui (but not CEED)
Replies: 5
Views: 3491

Re: Spacing problem with custom font and Cegui (but not CEED

What you might try then - and do note, I have no idea if this will change anything, I'm only suggesting it because I have nothing else to suggest - is to build a newer freetype2 and use it in place of the one in the old deps package. Probably the easiest way is to grab our beta6 source based depende...
by CrazyEddie
Thu May 09, 2013 22:01
Forum: Help
Topic: Spacing problem with custom font and Cegui (but not CEED)
Replies: 5
Views: 3491

Re: Spacing problem with custom font and Cegui (but not CEED

Hello, I can't offer an immediate solution right now, but I'll instead speak about various things that may or may not be related to the issue. The thing that you may not be aware of is that CEED uses CEGUI to perform text rendering in layouts and such! So, what does this mean for your issue? Well, w...
by CrazyEddie
Thu May 09, 2013 07:23
Forum: Help
Topic: Is it a bug of ItemListbox?
Replies: 5
Views: 2941

Re: Is it a bug of ItemListbox?

Can I ask why you have not yet posted your CEGUI.log file?

What video card are you using? Have you tried updating your drivers? If you are able to test, do the same binaries produce the same issue on other, different, hardware?

CE.
by CrazyEddie
Wed May 08, 2013 21:57
Forum: Help
Topic: Cannot find CEGUIOgreRenderer.lib [SOLVED]
Replies: 23
Views: 17810

Re: What the heck am I doing wrong?!

Before I come to the error, why are you editing the CEGUIBase project properties? Where in the demonstration video do you see us show that? Where in my summary of the steps required does it say to do that? The premake script that generates the CEGUIBase project is this: -- -- CEGUIBase premake scrip...
by CrazyEddie
Wed May 08, 2013 14:44
Forum: Help
Topic: Cannot find CEGUIOgreRenderer.lib [SOLVED]
Replies: 23
Views: 17810

Re: What the heck am I doing wrong?!

I followed your steps completely, twice and the errors persist. Nope, or it would have worked. If I could record what I'm doing with something to show you what I'm doing I would but I don't have anything that can do that. Then get something. I use bandicam, you can get a free trial version that's g...
by CrazyEddie
Wed May 08, 2013 09:09
Forum: Help
Topic: Cannot find CEGUIOgreRenderer.lib [SOLVED]
Replies: 23
Views: 17810

Re: What the heck am I doing wrong?!

Ok, the config.lua posted looks fine. With regards to the environment variables you posted, we don't use those anyway so for building CEGUI itself, those are unimportant (though I understand you've likely posted them in order to include as much information as possible, so thanks for that). The error...
by CrazyEddie
Tue May 07, 2013 23:07
Forum: Help
Topic: Cannot find CEGUIOgreRenderer.lib [SOLVED]
Replies: 23
Views: 17810

Re: What the heck am I doing wrong?!

I found this thread amusing, so decided to post here. I don't know what specific errors you might be getting now, because you did not specify what they were in the latest post. If you're getting different errors than before, then it's quite helpful to post what they actually are - and if they're the...
by CrazyEddie
Fri May 03, 2013 11:18
Forum: Help
Topic: Clonning Spinner - possible bug?
Replies: 3
Views: 3305

Re: Clonning Spinner - possible bug?

I have looked on mantis, your account exists there so it should work. If you continue to have issues, I can reset that so that next time you log in there it is created freshly - let me know if you want me to do that.

CE.
by CrazyEddie
Mon Apr 29, 2013 16:31
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Suggestion for smarter CEGUIWindow::getHitTestRect_impl
Replies: 2
Views: 3700

Re: Suggestion for smarter CEGUIWindow::getHitTestRect_impl

I haven't had a chance to really go into this, but will say that ideally the non-clipped by parent with a texture backed parent should actually render outside of the parent's texture, the fact that is does not is technically a bug, but there is no simple fix for that, so given this, the mod may even...
by CrazyEddie
Mon Apr 29, 2013 16:27
Forum: Help
Topic: Clonning Spinner - possible bug?
Replies: 3
Views: 3305

Re: Clonning Spinner - possible bug?

I'll need to look into it. Can you add a ticket on mantis (http://mantis.cegui.org.uk login with your forum id), and include the same information there, or a link back here at the very least. This way the issue (and potential fix) will not get lost and forgotten - because I can't always look at thes...
by CrazyEddie
Mon Apr 29, 2013 16:25
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Child window properties from GUILayout: problem + fix
Replies: 4
Views: 5003

Re: Child window properties from GUILayout: problem + fix

The only thing I could come up with is to add the non-client windows as part of the looknfeel, this way it's made an autowindow and automatically gets added to the main window and not the content pane (similar to the scrollbars). I know this is not all that flexible - depending on your needs - but I...
by CrazyEddie
Fri Apr 26, 2013 16:33
Forum: Help
Topic: [Solved]So the method clone won't copy comboBox's dropList?
Replies: 4
Views: 3286

Re: So the method "clone" won't copy comboBox's dropList?

Unfortunately I don't think there is currently an easy solution for this; I think that creating the items for each Combobox is currently the only way to do it as things stand. You might consider a custom drop-list replacement class, though right now I don't have time to look or think if that's even ...

Go to advanced search