planB
19-05-2010 01:33:20
hi, every one!
i want use mygui to make a resource load bar, just like the ogre1.7 in the sample browser.
how can i do that?
thanks in advance.
my.name
19-05-2010 09:29:56
load bootstart resourses
load MyGUI resources
create MyGUI
create progress bar
add listener to ogre resource manager
update progress bar in the listener function
load other resources
planB
20-05-2010 01:44:09
load bootstart resourses
load MyGUI resources
create MyGUI
create progress bar
add listener to ogre resource manager
update progress bar in the listener function
load other resources
ok, thanks for the reply!
i'll try to do that, but if you will, can you give same code sample? i'm newbie to mygui.