Search found 24 matches

by DrPain
Wed May 10, 2006 18:40
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

I've posted the cegui directory I used. It's 6MB.

http://www.greygames.com/Ogre/cegui_CVS_2005_10_01.zip
by DrPain
Wed May 10, 2006 18:11
Forum: Help
Topic: [SOLVED] Custom images for PushButtons
Replies: 2
Views: 3108

Try the setProperty function: rootWindow->getChild(ButtonZoomOutID)->setProperty("NormalImage", "set:TaharezLook image:ZoomOutButtonNormal"); rootWindow->getChild(ButtonZoomOutID)->setProperty("HoverImage", "set:TaharezLook image:ZoomOut...
by DrPain
Tue May 09, 2006 02:40
Forum: Help
Topic: which version of CEGUI to use DrPain 's Tree
Replies: 3
Views: 3104

by DrPain
Tue May 09, 2006 02:37
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

Sorry for the delay in the reply, I've not been lurking much lately. The version I used was from CVS around Oct. 1st, 2005. The only reference to a version in any of the readme's is "CVS 0.5.0" in the file ChangeLog. If it'll help, and CrazyEddie doesn't object, I can zip up the cegui sour...
by DrPain
Tue Dec 06, 2005 18:19
Forum: Modifications / Integrations / Customisations
Topic: A working tab
Replies: 6
Views: 3936

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:...
by DrPain
Tue Nov 22, 2005 17:38
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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...
by DrPain
Wed Nov 16, 2005 20:15
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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...
by DrPain
Wed Nov 16, 2005 13:24
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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...
by DrPain
Wed Nov 16, 2005 01:09
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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 ...
by DrPain
Tue Nov 15, 2005 16:59
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

Re: Tree controls

I updated to CVS just before submitting the first version, so it should be up to date.
by DrPain
Mon Oct 24, 2005 20:29
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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...
by DrPain
Fri Oct 21, 2005 02:28
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

Re: Tree controls

Good lord.
Why didn't you say something a week ago when I started this?
by DrPain
Thu Oct 20, 2005 15:22
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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...
by DrPain
Thu Oct 20, 2005 02:27
Forum: Offtopic Discussion
Topic: Wiki image uploads broken?
Replies: 1
Views: 2375

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...
by DrPain
Wed Oct 19, 2005 20:23
Forum: Offtopic Discussion
Topic: Tree controls
Replies: 52
Views: 46099

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...

Go to advanced search