TheOneNotNamed
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2013
06:45 AM
Simple way to animate a loading screen?
Hey Guys,
Is there a simple way to have a ro GUI component display like 3 bitmaps automatically without having to repeatedly call the component (like roCompositor draw() requires). Or are there any timer events supported in BS that I could use for the draw?
I just want to display a sequence of pics (e.g., loading screen) async-wise while I execute other code.
Any example code would be greatly appreciated.
TIA.
Is there a simple way to have a ro GUI component display like 3 bitmaps automatically without having to repeatedly call the component (like roCompositor draw() requires). Or are there any timer events supported in BS that I could use for the draw?
I just want to display a sequence of pics (e.g., loading screen) async-wise while I execute other code.
Any example code would be greatly appreciated.
TIA.
1 REPLY 1

RokuRobB
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2013
04:18 PM
Re: Simple way to animate a loading screen?
You can now do asynchronous image loading with the roTextureManager component. This can be used in an image canvas or roScreen for this purpose:
http://sdkdocs.roku.com/display/sdkdoc/roTextureManager
http://sdkdocs.roku.com/display/sdkdoc/roTextureManager