"belltown" wrote:
I was wondering about the HTML5 thing, although I didn't think the Roku was powerful enough for that. According to Anthony Wood:
"EnTerr" wrote:
Can roImageCanvas draw anything else but images and text (i.e. lines, rectangles)?
Also the TargetRotation property - does it support arbitrary angles or only multitudes of 90?
"belltown" wrote:"EnTerr" wrote:
How can you distinguish if something is using roScreen vs roImageCanvas?
r2d2_bitmaps
"EnTerr" wrote:
Can roImageCanvas draw anything else but images and text (i.e. lines, rectangles)?
"TheEndless" wrote:
...and I seem to recall TargetRotation being limited to 90 degrees, but I'm not positive about that.
"belltown" wrote:"EnTerr" wrote:
Can roImageCanvas draw anything else but images and text (i.e. lines, rectangles)?
I used lots of lines and rectangles here, and ...[/url]
"EnTerr" wrote:"belltown" wrote:"EnTerr" wrote:
Can roImageCanvas draw anything else but images and text (i.e. lines, rectangles)?
I used lots of lines and rectangles here, and ...[/url]
But how??
You have done it, TheEndless has done it - and i feel like an idiot because i cannot figure it out. It's not documented openly - i tried reading between the lines (http://sdkdocs.roku.com/display/sdkdoc/ ... +Meta-Data) and still nothing!
What am i missing. Or was documentation lost in translation?
horizontalWhiteLine = {
Color: "#FFFFFFFF"
TargetRect: {
x: 100
y: 100
w: 500
h: 1
}
}
"squirreltown" wrote:"belltown" wrote:
They all feel to me like they weren't really designed for the Roku platform, lacking the smoothness you could get with roScreen
This is what I can't figure out. One thing about roScreen is it can be really slick movement-wise, there's just no excuse to have stuff stuttering around, and yet a lot of these "partner" channels do just that. What are they actually building them with? I haven't seen anything that couldn't be duplicated with roScreen, so why don't they use it?
"TheEndless" wrote:"EnTerr" wrote:
But how??
You have done it, TheEndless has done it - and i feel like an idiot because i cannot figure it out. It's not documented openly - i tried reading between the lines (http://sdkdocs.roku.com/display/sdkdoc/ ... +Meta-Data) and still nothing!
What am i missing. Or was documentation lost in translation?horizontalWhiteLine = {Color: "#FFFFFFFF", TargetRect: {x: 100, y: 100, w: 500, h: 1}}
"TheEndless" wrote:
'Tis true, which is why you and I can't do it, but we know the new Netflix is HTML5 (using their own custom web engine), and I'm 95% sure YouTube is (http://www.youtube.com/tv).