wbfnnn
14-05-2010 21:57:21
i'm wondering how to using these widgets properly,
i write my code like this :
but it just display a white rect on the window,
when i use the HikariWidget int similar way,it shows nothing
how to solove this,anyone can help?
thx
i write my code like this :
MyGUI::PluginManager::getInstance().loadPlugin("Plugin_AwesomiumWidget.dll");
mAwe=mGui->createWidgetRealT("AwesomiumWidget", "Canvas", MyGUI::FloatCoord(0.5f, 0.5f, 0.5f, 0.5f), MyGUI::Align::Stretch, "Overlapped");
mAwe->setProperty("sourceURL","www.google.com");
but it just display a white rect on the window,
when i use the HikariWidget int similar way,it shows nothing
how to solove this,anyone can help?
thx
