Search found 46 matches

by dmail
Tue Feb 17, 2009 16:33
Forum: Offtopic Discussion
Topic: @CE
Replies: 4
Views: 4105

You should add one of those slightly annoying 'agreement' boxes for new users filled with the forum guidlines where you have to scroll to the bottom before you click 'ok'. actually, I just thought of something even better! make them page-through each section of the forum guidlines...so instead of h...
by dmail
Tue Jan 13, 2009 18:10
Forum: Help
Topic: Failed to see something with CEGUI and now i know why
Replies: 14
Views: 8271

I agree that completely safeguarding the OpenGL state is not something CEGUI should do from a practical and performance point of view. I just wanted the "workaround" to be confirmed. Perhaps the faq should be updated with it? I would disagree if the library disables something then it shou...
by dmail
Tue Jan 13, 2009 17:56
Forum: Help
Topic: Using templates as a way to duplicate
Replies: 6
Views: 3951

Re: Using templates as a way to duplicate

For example, I want to reutilize a ok-cancel dialog (with two buttons on it), But I would like to have several dialogs, each one with it's own purpose and linked also to different events in my application. Yes this is something I do with these sort of dialog boxes. The layout just has the ok/cancel...
by dmail
Mon Jan 12, 2009 15:58
Forum: Help
Topic: Subscribing to an event compile error
Replies: 2
Views: 2356

Hmm well a full rebuild of my project fixed the error. :)
by dmail
Mon Jan 12, 2009 15:37
Forum: Help
Topic: Subscribing to an event compile error
Replies: 2
Views: 2356

Subscribing to an event compile error

I am unable to subscribe to an event using template member function. w->subscribeEvent( PushButton::EventClicked, Event::Subscriber( &Options_gui::activate<GRAPHICS>, this ) ); Generates Error 3 error C2661: 'CEGUI::SubscriberSlot::SubscriberSlot' : no overloaded function takes 2...
by dmail
Fri Jan 02, 2009 14:31
Forum: Help
Topic: Renaming root windows?
Replies: 4
Views: 3288

Thanks for the info and link Eddy
by dmail
Fri Jan 02, 2009 13:11
Forum: Help
Topic: Renaming root windows?
Replies: 4
Views: 3288

This is happening with version 0.6.1 ( I have not moved to 0.6.2 as it is a modified version). snippet from layout <?xml version="1.0" encoding="UTF-8"?> <GUILayout > <Window Type="DefaultWindow" Name="file_root" > <Property Name="UnifiedMaxSize" Val...
by dmail
Fri Jan 02, 2009 12:46
Forum: Help
Topic: Renaming root windows?
Replies: 4
Views: 3288

Renaming root windows?

Why when I load a layout does CEGUI rename the root window no matter what its name is by prefixing it with a number?
So a layout with root named foo_root becomes 0_foo_root? I could understand this if names clashed but not otherwise.
Thanks
by dmail
Wed Dec 31, 2008 19:15
Forum: Official Announcements, Works in Progress, and Future Directions
Topic: Consider dropping VC 2003 (7.1) support
Replies: 16
Views: 32319

2) Looking at the download stats at SF, the number of VC8 and VC9 users is roughly twice the amount of the VC7.1 users.

Just out of interest, are you getting this figure from the dependencies packages? Because what I see is
MSCV Downloads
7.1 1194
8.0 2804
9.0 1580
by dmail
Wed Dec 31, 2008 16:45
Forum: Official Announcements, Works in Progress, and Future Directions
Topic: Consider dropping VC 2003 (7.1) support
Replies: 16
Views: 32319

Thanks I have the option of voting yet I can not vote for what I want, as I currently support the use of all three versions in projects I make.
by dmail
Wed Dec 31, 2008 16:29
Forum: Official Announcements, Works in Progress, and Future Directions
Topic: Consider dropping VC 2003 (7.1) support
Replies: 16
Views: 32319

CrazyEddie wrote:Hey guys, I voted VC9 and it worked ok. Maybe it's a user-level issue? Can anyone else, who is not an admin or moderator, please comment? Cheers :)

CE.

Yep I can not vote.
by dmail
Wed Dec 31, 2008 16:24
Forum: Official Announcements, Works in Progress, and Future Directions
Topic: Happy Holidays / CrazyEddie's holiday schedule.
Replies: 5
Views: 13206

Don't forget the extra second lol
by dmail
Wed Dec 24, 2008 02:16
Forum: Help
Topic: How to remove the 1000+ LNK vc90.pdb warnings
Replies: 1
Views: 1876

That sounds like the premake error which was posted to the mailing list a couple of weeks ago, if so it has nothing to do with CEGUI and is to do with premake. Try downloading the current 3 branch from sourceforge

Here is the bug report and patch on the bug tracker.
by dmail
Tue Dec 23, 2008 17:50
Forum: Help
Topic: Finding out what type a window has?
Replies: 9
Views: 5447

Project Properites -> c/c++ -> Language -> Enable RTTI

The problem was that pre sp1 RTTI was enabled whether you asked for it or not, in SP1 it does the correct thing. So if it is not enabled you will get an error.
by dmail
Tue Dec 23, 2008 17:42
Forum: Help
Topic: Finding out what type a window has?
Replies: 9
Views: 5447

The exception thrown said something about the type not being an _rtti type. I'll just check it again before I give scriptkid's solution a try. edit: Okay, just tried the dynamic_cast again, here's the exception: Unhandled exception at 0x7c812aeb in TankGameW32.exe: Microsoft C++ exception: std::__n...

Go to advanced search