how can I solve this "createWindow"prolem
Posted: Fri Jul 21, 2006 13:18
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 mapping for ' TaharezLook/ScrollablePane' Window objects is not registered with the system.
i dont know why?
thanks for telling...
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 mapping for ' TaharezLook/ScrollablePane' Window objects is not registered with the system.
i dont know why?
thanks for telling...