Hi!
I use run-time positioning to take care of window resizing.
Everything uses to work OK, but Button positioning does not work when I preview with Chrome (Internet Explorer uses to run OK).
Try this in chrome:
-Put three buttons (say Abutton, Bbutton and Cbutton) at
(292, 297), (292, 327) and (292, 357). Size:127,24.
- On Start of layout, I move each button using this action:
Abutton SET X TO (WindowWidth)/2-(AButton.Width)/2
Bbutton SET X TO (WindowWidth)/2-(BButton.Width)/2
...
- ON CHROME, each button appears on a different X position (they should be centered) and shakes slightly. On Explorer, It runs right but the buttons shake also (they shake even afterputting the SET X TO into a "Run Once" event).
- I tried disabling/enabling pixel rounding, webgl and linear sampling.