Search found 4 matches
- Sat Mar 24, 2012 20:14
- Forum: Help
- Topic: Problem with StaticText
- Replies: 2
- Views: 1899
Re: Problem with StaticText
is it possible that maybe I've to change the font utilised with another one with chars resized? )
- Sat Mar 24, 2012 20:12
- Forum: Help
- Topic: Problem with StaticText
- Replies: 2
- Views: 1899
Problem with StaticText
I've created a StaticText in CEGUI, but I have a problem with the size of the text showed. I want to resize the text but I don't know how to solve. This is the code: nome = CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/StaticText","NomePlayer" + s); nome->setText...
- Sat Aug 27, 2011 02:05
- Forum: Modifications / Integrations / Customisations
- Topic: Number of arguments in event function
- Replies: 1
- Views: 2905
Number of arguments in event function
Do you know the funzìction that I ha to pass to subscribe a event are like this one: bool function(const CEGUI::EventArgs&) { return true; } Is it possible to pass another argument with the const CEGUI::EventArgs& arg like an int? like this one bool function(const CEGUI::EventArgs&, int ...
- Sat Aug 27, 2011 01:48
- Forum: Help
- Topic: Close button function
- Replies: 3
- Views: 4227
Close button function
I want to close a framewindow from the X button but it doesn't work CEGUI::FrameWindow* finestra = static_cast<CEGUI::FrameWindow*>(wmgr.createWindow("TaharezLook/FrameWindow")); finestra->setSize(CEGUI::UVector2(CEGUI::UDim(0.3, 0), CEGUI::UDim(0.4, 0))); finestra->setText("Status&qu...