Hello everybody,
I want to run a webapp on an Omate:
http://www.omate.com/product.html
The display resolution is 240x240.
As a test, I want to display a 2x2 matrix: 4 total square layouts with different background colors, and I want to make sure that no scrolling is necessary to view the whole content on the display.
See attached.
How should I go about this?
I know I can play with Page.updateViewport (), and I looked at the docs, but I am not sure on how to call it. Also, how should I display the 4 elements - VLayout with 2 HLayouts each with 2 squares, TileLayout as flow, something else?
Any advice appreciated!
I want to run a webapp on an Omate:
http://www.omate.com/product.html
The display resolution is 240x240.
As a test, I want to display a 2x2 matrix: 4 total square layouts with different background colors, and I want to make sure that no scrolling is necessary to view the whole content on the display.
See attached.
How should I go about this?
I know I can play with Page.updateViewport (), and I looked at the docs, but I am not sure on how to call it. Also, how should I display the 4 elements - VLayout with 2 HLayouts each with 2 squares, TileLayout as flow, something else?
Any advice appreciated!