Search found 9 matches

by Michael.Zhang
Tue May 15, 2012 08:30
Forum: Modifications / Integrations / Customisations
Topic: Image loaded distort when the size of image is below 80*80
Replies: 7
Views: 13068

Re: Image loaded distort when the size of image is below 80*

When asking for help: Please post your CEGUI.log and the text of any error or exception messages. Thank you! By failing to comply, you grant us permission to mock you on IRC Even if you think the log contains nothing of use, post it! In the very least it does contain all versions and the renderer i...
by Michael.Zhang
Tue May 15, 2012 04:25
Forum: Modifications / Integrations / Customisations
Topic: Image loaded distort when the size of image is below 80*80
Replies: 7
Views: 13068

Re: Image loaded distort when the size of image is below 80*

CrazyEddie wrote:For sure, you have forgotten to include something in your post.

CE.

I have upload the images, I still have no idea about how to handle it.
by Michael.Zhang
Mon May 14, 2012 12:30
Forum: Modifications / Integrations / Customisations
Topic: Image loaded distort when the size of image is below 80*80
Replies: 7
Views: 13068

Re: Image loaded distort when the size of image is below 80*

The image source. http://farm8.staticflickr.com/7211/7195579608_dd67f66a31_t.jpg The correctly displayed image(80*80). http://farm8.staticflickr.com/7245/7195579902_242e5acb32_s.jpg The incorrectly displayed image(79*79). http://farm6.staticflickr.com/5346/7195579780_6d38d96ed2_s.jpg
by Michael.Zhang
Mon May 14, 2012 09:59
Forum: Modifications / Integrations / Customisations
Topic: Image loaded distort when the size of image is below 80*80
Replies: 7
Views: 13068

Image loaded distort when the size of image is below 80*80

I try to add some icon window that user can customize the image of icon. But when I load an image whose size is below 80*80(actually 79*79), the texture rendered to the window is distorted. I just change the image in Sample Frame, the logo rotate picture. And if I change the image size to 80*80 by p...
by Michael.Zhang
Thu Apr 19, 2012 10:56
Forum: Help
Topic: Two problems with Sample and my own app
Replies: 3
Views: 2883

Re: Two problems with Sample and my own app

After set some breakpoints and have some try, I have just found that the sentence leading to the error of the any sample(such as Sample6): System& System::getSingleton(void) { return Singleton<System>::getSingleton(); } I just set the breakpoints at this line, the early serval getSingleton metho...
by Michael.Zhang
Tue Apr 17, 2012 04:59
Forum: Help
Topic: Two problems with Sample and my own app
Replies: 3
Views: 2883

Two problems with Sample and my own app

The first problem is quite common among the beginners. But when I search the forum for any useful help, I found that the cause of the problem seems not the same. When I build the CEGUISample.sln in premake on version of 0.7.6, most of them seem okay. I successfully compile the samples in debug\debug...
by Michael.Zhang
Wed Apr 04, 2012 04:25
Forum: Modifications / Integrations / Customisations
Topic: How to handle CEGUI in multi thread
Replies: 1
Views: 4338

How to handle CEGUI in multi thread

I set up a new thread by _beginthreadex method.
And when i using setText method in this thread, some unknown error happens.
So how can i use CEGUI in multi thread.
by Michael.Zhang
Tue Mar 13, 2012 03:59
Forum: Help
Topic: How to user XercesParser as my XMLSchema
Replies: 2
Views: 2180

Re: How to user XercesParser as my XMLSchema

Thank you for your explanation.
What you replied is exactly what I need and I have solved my problem.
Thanks~ :D
by Michael.Zhang
Sun Mar 11, 2012 18:24
Forum: Help
Topic: How to user XercesParser as my XMLSchema
Replies: 2
Views: 2180

How to user XercesParser as my XMLSchema

As the subject says. I'm a beginner of CEGUI. Thank you for any help~ I downloaded CEGUI for 0.7.6. The default XMLSchema of it is ExpatParser. But when I copy a demo from Internet, it uses XercesParser as XMLSchema. When I run it, it need CEGUIXercesParser_d.lib. For I haven't compile CEGUIXercesPa...

Go to advanced search