I want to use this function
" CEGUI::Window::setMouseCursor(const String& imageset, const String& image_name) "
Should I define an image as "full_image" with a proper size?
Search found 3 matches
- Mon Aug 28, 2006 11:44
- Forum: Help
- Topic: how to define an image as "full_image"
- Replies: 0
- Views: 2000
- Sun Jul 23, 2006 05:37
- Forum: Help
- Topic: how can I solve this "createWindow"prolem
- Replies: 2
- Views: 2385
- Fri Jul 21, 2006 13:18
- Forum: Help
- Topic: how can I solve this "createWindow"prolem
- Replies: 2
- Views: 2385
how can I solve this "createWindow"prolem
when I try to code like this ScrollablePane* pbar = static_cast<ScrollablePane*>(winMgr.createWindow(" TaharezLook/ScrollablePane", "Progbar1")); option_wnd->addChildWindow(pbar); it caught the exceptions: WindowFactoryManager::getFactory - A WindowFactory object, an alias, or ma...