I've posted the cegui directory I used. It's 6MB.
http://www.greygames.com/Ogre/cegui_CVS_2005_10_01.zip
Search found 24 matches
- Wed May 10, 2006 18:40
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
- Wed May 10, 2006 18:11
- Forum: Help
- Topic: [SOLVED] Custom images for PushButtons
- Replies: 2
- Views: 3465
- Tue May 09, 2006 02:40
- Forum: Help
- Topic: which version of CEGUI to use DrPain 's Tree
- Replies: 3
- Views: 3438
See my reply here:
http://www.cegui.org.uk/phpBB2/viewtopic.php?p=8027
http://www.cegui.org.uk/phpBB2/viewtopic.php?p=8027
- Tue May 09, 2006 02:37
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
- Tue Dec 06, 2005 18:19
- Forum: Modifications / Integrations / Customisations
- Topic: A working tab
- Replies: 6
- Views: 4607
Re: A working tab
Does this work with Falagard? I tried it and got errors: 06/12/2005 13:04:53 (InfL1) XercesParser::initialiseSchema - Attempting to load schema from file 'GUILayout.xsd'. 06/12/2005 13:04:53 (InfL1) XercesParser::initialiseSchema - XML schema file 'GUILayout.xsd' has been initialised. 06/12/2005 13:...
- Tue Nov 22, 2005 17:38
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
Well, at this point, I really know nothing about the new format for the list controls. Is any information available on this? I briefly browsed through the forums but didn't find anything. I'd certainly like this control to get into CVS, both for selfish reasons (like not having to manually add it to...
- Wed Nov 16, 2005 20:15
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
Doh! I just realised what happened. I had included CEGUI.sln and Sample_TreeDemo.vcproj, but I forgot to include the new version of BaseSystem.vcproj, which would have all the base items. :oops: I just zipped it up and posted it here (in case anyone else needs it): BaseSystem_2005-10-24.zip Unzip th...
- Wed Nov 16, 2005 13:24
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
spannerman wrote: How can you tell? What significance does this have, am I somehow using the wrong tree files? I can tell because it's listed as an unresolved external. I can't see how you could be using the wrong files. Is CEGUITreeItem.cpp listed in the project files under CEGUIBase/Source Files/e...
- Wed Nov 16, 2005 01:09
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
Did you rebuild the library before building the sample app? It looks like the tree control isn't linked into your CEGUI lib. You're also missing timeGetTime() from the sample. Are you on a Windows machine, or other OS? I wouldn't think it would be included in a non-Windows compile. I have a #define ...
- Tue Nov 15, 2005 16:59
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
I updated to CVS just before submitting the first version, so it should be up to date.
- Mon Oct 24, 2005 20:29
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
Thanks for the feedback, madlion and martignasse. At this point I'm not sure of the official future for this control. But I am using it, so I will keep developing it. If others are using it (it seems there are), I'll keep posting updates here. Anway, I added a couple of events for you madlion: Event...
- Fri Oct 21, 2005 02:28
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
Good lord.
Why didn't you say something a week ago when I started this?
Why didn't you say something a week ago when I started this?
- Thu Oct 20, 2005 15:22
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
I think the tree control is fairly stable at this point, so I'll post a beta. Tree Control Beta 10/20/2005 Unzip the file directly over your cegui_mk2 directory (put the ZIP file in the directory ABOVE cegui_mk2 and "unzip here" ). All the paths are saved, starting at cegui_mk2. I've chang...
- Thu Oct 20, 2005 02:27
- Forum: Offtopic Discussion
- Topic: Wiki image uploads broken?
- Replies: 1
- Views: 2668
Wiki image uploads broken?
I recently started a new wiki topic, and wanted to include an imbedded image. However, when I tried to upload that image, I got an error message: Could not copy file "/tmp/phpBtGevo" to "/home/httpd/vhosts/cegui.org.uk/httpdocs/wiki/images/0/05/Sample_TreeDemo.jpg". Is this featu...
- Wed Oct 19, 2005 20:23
- Forum: Offtopic Discussion
- Topic: Tree controls
- Replies: 52
- Views: 51430
Re: Tree controls
I've started a wiki page to describe the Tree control: Tree control Wiki page As for CVS compatiblity, I updated to CVS less than a month ago, so I'd say yes, it's probably compatible. I'll re-update before submitting a patch to ensure it is. Not too many comments so far, so either nobody needs a tr...