Repeat template in a X by Y grid

That's not exactly correct, but I agree that the scaling of templates does not always work as expected. The template canvas offers some custom layout options and explicit control over positioning and size, but you will still have to relate that to your screen resolution in some way. One trick that I've used sparingly is to put a path based vision shape [a square or rectangle] somewhere in the window. This will give you both explicit bounds [x,y, width, height] and relative bounds [relX, relY, relWidth, relHeight] which you can use to ratio out size and dimension calculations. For custom scaling within the template itself, you must remember that a template scales relative to the template editor in the designer and not the window editor within the designer. See this post for more details on that.

1 Like