Search found 7 matches

by CadetUmfer
Fri Apr 21, 2006 03:42
Forum: Unofficial CEGUI-Related Tools
Topic: Congrats, great progress!!
Replies: 4
Views: 4951

Um oops, that Wiki's definately been updated since a few months ago when I first started using CEGUI. :oops:
by CadetUmfer
Thu Apr 20, 2006 01:43
Forum: Unofficial CEGUI-Related Tools
Topic: Congrats, great progress!!
Replies: 4
Views: 4951

I'm having trouble compiling the latest version. Getting errors that appear to start in editorcanvas.h: c:\dev\celayouteditor-trunk\inc\editorcanvas.h(30) : error C2504: 'wxGLCanvas' : base class undefined c:\dev\celayouteditor-trunk\src\editorview.cpp(66) : error C2039: 'ClearBackgr...
by CadetUmfer
Sat Feb 25, 2006 04:14
Forum: Help
Topic: Event binding woes
Replies: 7
Views: 8267

Recompiled every CEGUI component and now it works fine. *boggle*

BTW, what's the advantage of xerces-c over TinyXML?
by CadetUmfer
Fri Feb 24, 2006 19:11
Forum: Help
Topic: Event binding woes
Replies: 7
Views: 8267

It's gonna be something wrong with my DLL or something (I'm using the one from the VS2k5 SDK), I just made a quick barebones testapp and I can't bind events in that either, same error. Same memory address as my main app. Unless I switch ot the release DLL, then a different addy. Anyway, just in case...
by CadetUmfer
Fri Feb 24, 2006 18:05
Forum: Help
Topic: Event binding woes
Replies: 7
Views: 8267

That's essentially how I originally had it--I just moved everything out of classes for testing. I can edit properties for the window (such as SetText()), I can create the event subscriber, but when I subscribe, boom. Example: Window* rwin=WindowManager::getSingleton().getWindow("Roo...
by CadetUmfer
Fri Feb 24, 2006 15:50
Forum: Help
Topic: Event binding woes
Replies: 7
Views: 8267

I can't seem to bind any windows to any functions in C++...I must be doing something simple wrong.

The error makes it seem like a pointer issue...
Can I not bind events if I'm using a lua script or something?

Ugh
by CadetUmfer
Thu Feb 23, 2006 23:43
Forum: Help
Topic: Event binding woes
Replies: 7
Views: 8267

Event binding woes

This has been nagging me all day, hopefully someone can give me a quick answer tonight. WindowManager::getSingleton().getWindow("Chat/Wnd/Edit")->subscribeEvent(Editbox::EventTextAccepted,SendChatMessage); This is in WinMain. SendChatMessage is defined as such bool ...

Go to advanced search