Loading resources/groups

raygeee

08-04-2009 18:23:35

Is there a way to let MyGUI load only a small amount of resources (like Bootstrap) and then load the rest later?
If I divide my resources (e.g. images) into more than one resourcesgroup, only the ones loaded with Initialise() are being found. The other ones are left blank. Even if I load them manually with Ogre before using them they still seem to be unknown to MyGUI.

Basically, is there a way to divide resources MyGUI uses into more than one resourcegroup and load them at different times?