I have just deleted it, and recompiled it, then it works fine.
So, I think the function maybe useless.
Search found 60 matches
- Tue Aug 17, 2010 03:08
- Forum: Modifications / Integrations / Customisations
- Topic: How unprojectPoint works?
- Replies: 3
- Views: 4136
- Thu Apr 15, 2010 03:58
- Forum: Offtopic Discussion
- Topic: How to determine that we arrive the desired position?
- Replies: 1
- Views: 3154
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.
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.
- Wed Mar 17, 2010 01:53
- Forum: Help
- Topic: renderware with cegui
- Replies: 1
- Views: 1728
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.
If I can, How should I do?
Thank you CE, my friend.
- Thu Sep 10, 2009 03:30
- Forum: Offtopic Discussion
- Topic: Can I integrate cegui into hge?
- Replies: 5
- Views: 5659
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...
- Thu Sep 10, 2009 02:38
- Forum: Offtopic Discussion
- Topic: Can I integrate cegui into hge?
- Replies: 5
- Views: 5659
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) +-+-+-+-+-+-+-+-+-+-+-+-+...
- Thu Sep 10, 2009 02:02
- Forum: Offtopic Discussion
- Topic: Can I integrate cegui into hge?
- Replies: 5
- Views: 5659
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...
- Sun Sep 06, 2009 00:32
- Forum: Offtopic Discussion
- Topic: Can I integrate cegui into hge?
- Replies: 5
- Views: 5659
Can I integrate cegui into hge?
Can I integrate cegui into hge game engine??
- Thu Jun 04, 2009 09:39
- Forum: Help
- Topic: A problem of CELayoutEditor?
- Replies: 2
- Views: 2323
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.
Could you fix this bug? I'm afraid of opening my layout by CELayoutEditor.
- Tue Jun 02, 2009 02:41
- Forum: Help
- Topic: [SOLVED]How to make a wall-clock like ProgressBar?
- Replies: 8
- Views: 4571
Re: [HELP]How to make a wall-clock like ProgressBar?
I want to make that, too.
help
help
- Wed May 27, 2009 10:02
- Forum: Help
- Topic: A suggestion about looknfeel
- Replies: 2
- Views: 2418
Re: A suggestion about looknfeel
I solved my looknfeel's bug.
However, I hope the debug of looknfeel could be easier.
However, I hope the debug of looknfeel could be easier.
- Wed May 27, 2009 06:04
- Forum: Help
- Topic: A suggestion about looknfeel
- Replies: 2
- Views: 2418
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...
- Fri May 15, 2009 02:19
- Forum: Help
- Topic: A problem with MultiLineEditbox
- Replies: 1
- Views: 1795
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!
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!
- Fri Apr 24, 2009 13:51
- Forum: Help
- Topic: OnFatalException of CELayoutEditor
- Replies: 2
- Views: 2567
Re: OnFatalException of CELayoutEditor
I install the operation system (xp) again.
And it works now. thank you.
And it works now. thank you.
- Fri Apr 24, 2009 08:40
- Forum: Help
- Topic: OnFatalException of CELayoutEditor
- Replies: 2
- Views: 2567
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...
- Wed Apr 15, 2009 11:13
- Forum: Help
- Topic: Destroy all windows?
- Replies: 2
- Views: 2045