Search found 46 matches
- Tue Feb 17, 2009 16:33
- Forum: Offtopic Discussion
- Topic: @CE
- Replies: 4
- Views: 4497
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...
- Tue Jan 13, 2009 18:10
- Forum: Help
- Topic: Failed to see something with CEGUI and now i know why
- Replies: 14
- Views: 10001
- Tue Jan 13, 2009 17:56
- Forum: Help
- Topic: Using templates as a way to duplicate
- Replies: 6
- Views: 4431
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...
- Mon Jan 12, 2009 15:58
- Forum: Help
- Topic: Subscribing to an event compile error
- Replies: 2
- Views: 2762
- Mon Jan 12, 2009 15:37
- Forum: Help
- Topic: Subscribing to an event compile error
- Replies: 2
- Views: 2762
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...
- Fri Jan 02, 2009 14:31
- Forum: Help
- Topic: Renaming root windows?
- Replies: 4
- Views: 4051
- Fri Jan 02, 2009 13:11
- Forum: Help
- Topic: Renaming root windows?
- Replies: 4
- Views: 4051
- Fri Jan 02, 2009 12:46
- Forum: Help
- Topic: Renaming root windows?
- Replies: 4
- Views: 4051
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
So a layout with root named foo_root becomes 0_foo_root? I could understand this if names clashed but not otherwise.
Thanks
- 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: 37739
- 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: 37739
- 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: 37739
- 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: 15821
- Wed Dec 24, 2008 02:16
- Forum: Help
- Topic: How to remove the 1000+ LNK vc90.pdb warnings
- Replies: 1
- Views: 2126
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.
Here is the bug report and patch on the bug tracker.
- Tue Dec 23, 2008 17:50
- Forum: Help
- Topic: Finding out what type a window has?
- Replies: 9
- Views: 6380
- Tue Dec 23, 2008 17:42
- Forum: Help
- Topic: Finding out what type a window has?
- Replies: 9
- Views: 6380
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...