but this is wrong; it works because I tested the layout on a device with the same resolution and density of the layout. On another device, 800x480-1.5 it looks so:
Note also the strange "color" of buttons (I have not set colors).
You should NOT use anchors nor any designer scripts these will alter the scale function.
SacleAll is the same as %x and %y.
Remember, the Scale module was written before anchors did exist.
Sorry, for an %x and %y scaling, on tablets, you need to set Scale.Rate = 1.
If you use a ScaleRate less than 1 you need to reposition the views.
Or put the layout onto a Panel and center this one.
It's quite some time time that I hadn't have a look the this module.