Does someone know how to show a Progressbar, like the one used while upgrading to a new firmware or downloading a file from internet?
I suppose it should be similar to the calling the OSK or the MessageBox.
Native Progressbar
Of course it is very simple to calculate the % of a running task, displaying it should be not that difficult too (even if at the moment i know nothing about GU).
As fungos suggests, i'd like to have the same "look&feel" than the ProgressBar used by Sony.
If you can confirm me that at the moment this is not implemented in the SDK i'll do it "by hand".
As fungos suggests, i'd like to have the same "look&feel" than the ProgressBar used by Sony.
If you can confirm me that at the moment this is not implemented in the SDK i'll do it "by hand".
Probably not in the sdk to do it, but you can retrieve the images used for
the video progress bar out of one of the .rco files with the tools used for XMB mods
(yes the progress bar is made from images).
Strictly speaking, if you extracted those images, and included them in your program it might be illegal.
To get them out of firmware at runtime would require decryption and decompression
which sounds like a real pain in the butt just for a progress bar.
the video progress bar out of one of the .rco files with the tools used for XMB mods
(yes the progress bar is made from images).
Strictly speaking, if you extracted those images, and included them in your program it might be illegal.
To get them out of firmware at runtime would require decryption and decompression
which sounds like a real pain in the butt just for a progress bar.
If not actually, then potentially.
-
- Posts: 88
- Joined: Fri Aug 24, 2007 8:23 pm