ykhan
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2014
06:30 PM
Height of roImageCanvas
If I have more images than can be displayed on the imageCanvas that fits a TV screen, is it possible to somehow keep putting images "off-screen" which will come in to view when the user navigates by pressing the down button on the remote?
Basically: is it possible to "scroll" on an roImageCanvas?
Basically: is it possible to "scroll" on an roImageCanvas?
2 REPLIES 2

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2014
11:22 AM
Re: Height of roImageCanvas
ImageCanvas is not really fast enough to do scrolling, and not really the right screen for what you are attempting to do. Take a look at roScreen.
- Joel
- Joel

NewManLiving
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2014
03:48 PM
Re: Height of roImageCanvas
If you do not require scrolling you can create hidden layers and use setlayer, swaplayers to show or hide layers as the user navigates, such as in a paging system
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )