"rohitkaushik" wrote:
@belltown
Actually roSpringBoardScreen have lot of limitations,like a small progress bar show just inside the thumbnail
and we can't show timing of a audio progress bar by using roSpringBoardScreen.
Roku documentation shows a imgage of roSpringBoardScreen for audio.
In which it shows a progress bar in the center of screen and timing also,But actually it doesn't happen.
So,What can I do in this situation.
Yes, it is quite limiting. I also don't like the small image/progress bar with no numerical timing display (it shows timing in the documentation, but like many things in the Roku documentation is not correct), but it is the easiest way to get something working initially.
One thing I've done to keep things simple and get around those limitations is use the "episode" content type instead of the "audio" content type on an roSpringboardScreen, to get a larger image displayed. That image type has no progress bar; instead, I use the breadcrumb area to display the progress, e.g: 3:40 / 45:38, keeping it continually updated. It's not a "bar", but it at least gives a numerical indicator of the elapsed and total track time.
An roImageCanvas would be the next step up from that, but the learning curve is very much higher. I don't know of any canned "templates" out there for progress bar implementations. For audio, I think most people use the standard components.
EDIT: And why have you started 3 threads asking the exact same question?