Official way to gwidgets created from ResourceLayout templat

jsding

07-11-2011 10:10:34

Hi,

Now, MyGUI::Widget.getSkinWidgetByName is protected, so i can not get widgets created from ResourceLayout template.
or there are some other official way to do this?

I think:
MyGUI::WIdget#findWidget method should iterator the mWidgetChildSkin. then i can get them by this method.

Thanks