I can't get an active picture loaded from url to always be at the same position.
I need to have the hotspot in the middle and scale up or down the image loaded.
What i currently do is i have a 128x128 Active Picture object, where i manually set the hot spot to 63,63 before loading the picture.
When the picture is loaded it should auto-resize to 128x128 with the hotspot in the middle and remain at the same position. But depending on the image loaded and device used, it moves up-left or down-right from where it should be.
It's always off by the same amount of pixels for both X and Y, so it might be 8,8 or 32,32 or -8,-8 from where i want it.