Search found 5 matches
- Wed Nov 21, 2012 10:56
- Forum: Help
- Topic: Scrolling to the top of a Static Text
- Replies: 2
- Views: 3372
Re: Scrolling to the top of a Static Text
yep it should, that worked! thanks!
- Sun Nov 18, 2012 23:03
- Forum: Help
- Topic: Scrolling to the top of a Static Text
- Replies: 2
- Views: 3372
Scrolling to the top of a Static Text
Hello all, I'm putting together a small application using Ogre and CEGUI and would like to make my static text scroll back to the top with C++ code. Both ways I've tried throw CEGUI::UnknownObjectException descriptionArea->setText(ss.str()); CEGUI::ScrollablePane* desc = (CEGUI::ScrollablePane*)&...
- Tue May 01, 2012 14:28
- Forum: Help
- Topic: Can't construct MenuItem
- Replies: 1
- Views: 1678
Can't construct MenuItem
Hey everyone, I can't construct a MenuItem without my application crashing. Am I supposed to get a MenuItem from a Factory method somewhere?. I've posted my log below. saveFileSelector->addItem(new CEGUI::MenuItem("", "")); 01/05/2012 10:09:13 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-...
- Sat Mar 03, 2012 07:05
- Forum: Help
- Topic: Need help compiling 0.7.6 for OGRE
- Replies: 2
- Views: 1925
Re: Need help compiling 0.7.6 for OGRE
I'm up and running now, beautiful project too, so sensibly designed and straightforward to use. Thanks
- Thu Mar 01, 2012 17:03
- Forum: Help
- Topic: Need help compiling 0.7.6 for OGRE
- Replies: 2
- Views: 1925
Need help compiling 0.7.6 for OGRE
Hey everyone I have downloaded the CEGUI sources for 0.7.6 and I'm trying to compile them for use with OGRE but have been getting nothing but issues. I've unzipped the CEGUI-0.7.6 folder into my ogre sdk directory and set the variables as following OGRE_PATHS = { "C:/OgreSDK", "includ...