Forum Discussion
NewManLiving
12 years agoVisitor
Well I have been considering what you were talking about. And I do see your point. I have been isolated using only ROKU 3. So, I figured if roScreen is theoretically similar to roBitamp, let me try to get a region from it. So I created l_region = CreateObject("roRegion", myRoScreen, x, y, w, h, ) where I use my roScreen instance instead of a bitmap. Well it returned type(roRegion), so I took that region and drew it back onto the screen. It drew the area that I had specified except the length was stretched somewhat longer (actually it was a section of a grid that I am working on - I want to fade in/out a new grid and I thought about what you said, Also I did modify my thinking about drawing directly to the screen; it does have its benefits - thanks to you) anyway, it drew the exact replica of the grid but the cells were stretched out about 25 % longer. So before I go crazy trying to rectify this I thought I would ask. Of course this is ROKU 3 so I don't know what anything else would return. I am setting up a 2x box as I stated earlier ( as there is one available to me ). A friend is using it and I am helping him with a grid - so I need to know the differences