Search found 4 matches

by darko
Sat Mar 25, 2006 10:07
Forum: Help
Topic: subscribeEvent error in compiling
Replies: 2
Views: 3412

:roll: what a shame... sorry, I was focusing on that function, without thinking at the called one. many thanks.
by darko
Fri Mar 24, 2006 22:49
Forum: Help
Topic: subscribeEvent error in compiling
Replies: 2
Views: 3412

subscribeEvent error in compiling

Hi there, I'm having a problem here: void Gui::setupEventHandlers() { CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); wmgr.getWindow((CEGUI::utf8*)"MenuLogin/Login") ->subscribeEvent( CEGUI::PushButton::EventClicked, CEGUI::Ev...
by darko
Thu Mar 09, 2006 20:42
Forum: Help
Topic: CEGUI and Ogre3D...
Replies: 4
Views: 5744

mmm.. no, includes don't fit as the problem is from the linker.

have you set up the path of the Cegui libraries? I can't tell you anymore, as I work on m$ with code::blocks.
by darko
Thu Mar 09, 2006 18:19
Forum: Help
Topic: Scrolling a MultiLineEditbox
Replies: 1
Views: 2973

Scrolling a MultiLineEditbox

Hi there, I'm trying to make a MultiLineEditbox scrolling without the by hand user intervetion, but when I do this: CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); wmgr.getWindow((CEGUI::utf8*)"Menu/Chat")->ensureCaratIsVisible(); the ...

Go to advanced search