Forum Discussion
destruk
13 years agoStreaming Star
For the middle area/active area of a screen display it will be in the same place for everyone, provided you check the display mode of the roku box. The main trouble with positioning comes into play for the outer edge/bezel area that varies between tvs.
You can take a screenshot in dev mode from the web interface for 1280x720 and get exact pixel coordinates from that, and adjust for the other possible screen sizes with some simple multiplication. - ie 1280x720 is 66% of 1920x1080, so multiply the pixels from the screenshot by 1.5 and there you go.
You can take a screenshot in dev mode from the web interface for 1280x720 and get exact pixel coordinates from that, and adjust for the other possible screen sizes with some simple multiplication. - ie 1280x720 is 66% of 1920x1080, so multiply the pixels from the screenshot by 1.5 and there you go.