Search found 60 matches

by songge3604
Tue Aug 17, 2010 03:08
Forum: Modifications / Integrations / Customisations
Topic: How unprojectPoint works?
Replies: 3
Views: 3707

Re: How unprojectPoint works?

I have just deleted it, and recompiled it, then it works fine.
So, I think the function maybe useless. :wink:
by songge3604
Thu Apr 15, 2010 03:58
Forum: Offtopic Discussion
Topic: How to determine that we arrive the desired position?
Replies: 1
Views: 2800

How to determine that we arrive the desired position?

This maybe a simple problem:

How to determine that the moving window arrive the desired position?

for example: pos(x, y, z) moving to desired_pos(x', y', z')

I can not find a good method, can you help me, please.
by songge3604
Wed Mar 17, 2010 01:53
Forum: Help
Topic: renderware with cegui
Replies: 1
Views: 1551

renderware with cegui

Now, I use RenderWare v3.7 for my project, a racing car game, can I use cegui with it?
If I can, How should I do?
Thank you CE, my friend. :D
by songge3604
Thu Sep 10, 2009 03:30
Forum: Offtopic Discussion
Topic: Can I integrate cegui into hge?
Replies: 5
Views: 4761

Re: Can I integrate cegui into hge?

OH,I resolve it! d_imageset->d_texture = System::getSingleton().getRenderer()->createTexture( filename, resourceGroup.empty() ? Imageset::getDefaultResourceGroup() : resourceGroup); Reason is here: filename is "TaharezLook.tga" rather than "datafiles\imageset\TaharezLook.tga"! So...
by songge3604
Thu Sep 10, 2009 02:38
Forum: Offtopic Discussion
Topic: Can I integrate cegui into hge?
Replies: 5
Views: 4761

Re: Can I integrate cegui into hge?

This is CEGUI log: 10/09/2009 10:31:43 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 10/09/2009 10:31:43 (Std) + Crazy Eddie's GUI System - Event log + 10/09/2009 10:31:43 (Std) + (http://www.cegui.org.uk/) + 10/09/2009 10:31:43 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+...
by songge3604
Thu Sep 10, 2009 02:02
Forum: Offtopic Discussion
Topic: Can I integrate cegui into hge?
Replies: 5
Views: 4761

Re: Can I integrate cegui into hge?

http://relishgames.com/forum/viewtopic.php?p=11734#11734 above is a hero's solution. I did all he said, but when it run, pop a problem which I can not resolve. void Imageset_xmlHandler::elementImagesetStart(const XMLAttributes& attributes) { d_imageset->d_name = attributes.getValueAsString(Image...
by songge3604
Sun Sep 06, 2009 00:32
Forum: Offtopic Discussion
Topic: Can I integrate cegui into hge?
Replies: 5
Views: 4761

Can I integrate cegui into hge?

Can I integrate cegui into hge game engine??
by songge3604
Thu Jun 04, 2009 09:39
Forum: Help
Topic: A problem of CELayoutEditor?
Replies: 2
Views: 2042

A problem of CELayoutEditor?

When I use CELayoutEditor, I find a problem, if there are 'auto window' label in my layout, after opening the layout by using CELayoutEditor, the labels disappear.

Could you fix this bug? I'm afraid of opening my layout by CELayoutEditor.
by songge3604
Tue Jun 02, 2009 02:41
Forum: Help
Topic: [SOLVED]How to make a wall-clock like ProgressBar?
Replies: 8
Views: 4016

Re: [HELP]How to make a wall-clock like ProgressBar?

I want to make that, too.
help :)
by songge3604
Wed May 27, 2009 10:02
Forum: Help
Topic: A suggestion about looknfeel
Replies: 2
Views: 2081

Re: A suggestion about looknfeel

I solved my looknfeel's bug.

However, I hope the debug of looknfeel could be easier. :D
by songge3604
Wed May 27, 2009 06:04
Forum: Help
Topic: A suggestion about looknfeel
Replies: 2
Views: 2081

A suggestion about looknfeel

After I have written looknfeel, it's painful to debug the looknfeel I write, the ceguilog doesn't have anything about the error, I just know that it has a error ... So, could you give some infomation about the error of looknfeel, to make debuging looknfeel happy : ) Thank you, by the way, below is t...
by songge3604
Fri May 15, 2009 02:19
Forum: Help
Topic: A problem with MultiLineEditbox
Replies: 1
Views: 1591

A problem with MultiLineEditbox

Hi, CE:

I have a problem with MultiLineEditbox, when the text is multiline, a vert scrollbar is visible, but it is not in the bottom, it is in the top,
so we just can see the top text, however, can not see the bottom text.

Thank you!
by songge3604
Fri Apr 24, 2009 13:51
Forum: Help
Topic: OnFatalException of CELayoutEditor
Replies: 2
Views: 2287

Re: OnFatalException of CELayoutEditor

I install the operation system (xp) again.

And it works now. thank you. :)
by songge3604
Fri Apr 24, 2009 08:40
Forum: Help
Topic: OnFatalException of CELayoutEditor
Replies: 2
Views: 2287

OnFatalException of CELayoutEditor

Before, CELayoutEditor is ok on my pc. Some day ago, I changed a thinkpad r400 a34, xp operation system, and CELayoutEditor can not work. When I click 'new' or 'open a layout file', it crashes and popup a dialog: CELayoutEditor::OnFatalException. Please help me, CE, I don't know why. By the way, the...
by songge3604
Wed Apr 15, 2009 11:13
Forum: Help
Topic: Destroy all windows?
Replies: 2
Views: 1818

Yes, you are right.

I just tired, I think.

for i in xrange(_minigame_root.ChildCount):
window = _minigame_root.getChildAtIdx(i)
_win_mgr.destroyWindow(window)

above, destroy all windows.

Go to advanced search