benny5609
09-11-2010 09:22:38
Hi there!
first time to post on MyGUI, too.
I have a question, and need some help.
I just want to get the skin name "WindowCS", seems the functions i use in code are not work.
what widget member function i can use?
Excuse me for my broken english.


I have a question, and need some help.

MyGUI::Window* window = MyGUI::Gui::getInstance().createWidget<MyGUI::Window>("WindowCS", MyGUI::IntCoord(10, 10, 300, 230),
MyGUI::Align::Default, "Main", "first window");
printf("type name:%s__\n \
variable name:%s__\n \
layer name:%s__\n \
class type name:%s__\n \
texture name:%s__\n ",
window->getTypeName().c_str(),
window->getName().c_str(),
window->getLayer()->getName().c_str(),
window->getClassTypeName().c_str(),
window->_getTextureName().c_str());
I just want to get the skin name "WindowCS", seems the functions i use in code are not work.
what widget member function i can use?

Excuse me for my broken english.
